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