'Declaration
<DataMemberAttribute()> <NotNullAttribute()> Public Property NodeDescriptor As DANodeDescriptor
'Usage
Dim instance As DAPropertyPoint Dim value As DANodeDescriptor instance.NodeDescriptor = value value = instance.NodeDescriptor
[DataMember()] [NotNull()] public DANodeDescriptor NodeDescriptor {get; set;}
[DataMember()] [NotNull()] public: property DANodeDescriptor^ NodeDescriptor { DANodeDescriptor^ get(); void set ( DANodeDescriptor^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).