PropertyValue Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets localized property value of tag
'Declaration
Public Property PropertyValue As String
'Usage
Dim instance As TagLocalizedProperty
Dim value As String
instance.PropertyValue = value
value = instance.PropertyValue
public string PropertyValue {get; set;}