GetTagExtendedPropertyGroupStatusByName Method
- Last UpdatedAug 21, 2026
- 1 minute read
Use the GetTagExtendedPropertyGroupStatusByName() method to check the current status of tag extended properties of a tag.
'Declaration
Public Sub GetTagExtendedPropertyGroupStatusByName( _
ByRef tagExtendedPropertyStatus As TagExtendedPropertyGroupStatus _
)
'Usage
Dim instance As HistorianAccess
Dim tagExtendedPropertyStatus As TagExtendedPropertyGroupStatus
instance.GetTagExtendedPropertyGroupStatusByName(tagExtendedPropertyStatus)
public void GetTagExtendedPropertyGroupStatusByName(
ref TagExtendedPropertyGroupStatus tagExtendedPropertyStatus
)
public:
void GetTagExtendedPropertyGroupStatusByName(
TagExtendedPropertyGroupStatus^% tagExtendedPropertyStatus
)
Parameters
- tagExtendedPropertyStatus
- The object of the TagExtendedPropertyStatus class, which contains the status of the tag's extended properties.
If the AddTagExtendedProperties() method is successful, the tag extended 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 extended properties using the GetTagExtendedPropertyGroupStatusByName() method.