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