GetTagLocalizedPropertyGroupStatusByName Method
- Last UpdatedAug 21, 2026
- 1 minute read
Use the GetTagLocalizedPropertyGroupStatusByName() method to check the current status of tag localized properties of a tag.
'Declaration
Public Sub GetTagLocalizedPropertyGroupStatusByName( _
ByRef tagLocalizedPropertyStatus As TagLocalizedPropertyGroupStatus _
)
'Usage
Dim instance As HistorianAccess
Dim tagLocalizedPropertyStatus As TagLocalizedPropertyGroupStatus
instance.GetTagLocalizedPropertyGroupStatusByName(tagLocalizedPropertyStatus)
public void GetTagLocalizedPropertyGroupStatusByName(
ref TagLocalizedPropertyGroupStatus tagLocalizedPropertyStatus
)
public:
void GetTagLocalizedPropertyGroupStatusByName(
TagLocalizedPropertyGroupStatus^% tagLocalizedPropertyStatus
)
Parameters
- tagLocalizedPropertyStatus
- The object of the TagLocalizedPropertyStatus class, which contains the status of the tag's localized properties.
If the AddTagLocalizedProperties() method is successful, the tag localized properties is created in the internal HCAL cache and gets asynchronously synchronized with the server as a background task. The HCAL will automatically switch to the server when it becomes available. You can check the creation status for a tag localized properties using the GetTagLocalizedPropertyGroupStatusByName() method.