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