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