DataType Property (ExtendedAttribute)
- Last UpdatedNov 06, 2025
- 1 minute read
The DataType property contains the type of data that is allowed for the specified additional attribute.
'Declaration
Public Property DataType As Integer
'Usage
Dim instance As ExtendedAttribute
Dim value As Integer
instance.DataType = value
value = instance.DataType
public int DataType {get; set;}