PropertyName Property (TagLocalizedProperty)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the propertyname of tag for which localization provided
'Declaration
Public Property PropertyName As String
'Usage
Dim instance As TagLocalizedProperty
Dim value As String
instance.PropertyName = value
value = instance.PropertyName
public string PropertyName {get; set;}