PropertyName Property (TagExtendedProperty)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the property name for a tag.
'Declaration
Public Property PropertyName As String
'Usage
Dim instance As TagExtendedProperty
Dim value As String
instance.PropertyName = value
value = instance.PropertyName
public string PropertyName {get; set;}