'Declaration
<CanBeNullAttribute()> Property DataType As DataType
'Usage
Dim instance As _GenericData Dim value As DataType instance.DataType = value value = instance.DataType
[CanBeNull()] DataType DataType {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.