'Declaration
<NotNullAttribute()> Property DataTypeId As UAModelNodeDescriptor
'Usage
Dim instance As _UAEnumTypeInfo Dim value As UAModelNodeDescriptor instance.DataTypeId = value value = instance.DataTypeId
[NotNull()] UAModelNodeDescriptor DataTypeId {get; set;}
[NotNull()] property UAModelNodeDescriptor^ DataTypeId { UAModelNodeDescriptor^ get(); void set ( UAModelNodeDescriptor^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).