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