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