'Declaration
Public Property DataType As DataType
'Usage
Dim instance As GenericData Dim value As DataType instance.DataType = value value = instance.DataType
public 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
.