Value Property (ExtendedAttribute)
- Last UpdatedNov 06, 2025
- 1 minute read
The Value property contains the value of the specified additional attribute.
'Declaration
Public Property Value As String
'Usage
Dim instance As ExtendedAttribute
Dim value As String
instance.Value = value
value = instance.Value
public string Value {get; set;}