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