TagName Property (TagExtendedPropertyGroup)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the tag name associated with the extended property group.
'Declaration
Public Property TagName As String
'Usage
Dim instance As TagExtendedPropertyGroup
Dim value As String
instance.TagName = value
value = instance.TagName
public string TagName {get; set;}