'Declaration
<NotNullAttribute()> Public Property BaseNodeDescriptor As UANodeDescriptor
'Usage
Dim instance As UANamedNodePath Dim value As UANodeDescriptor instance.BaseNodeDescriptor = value value = instance.BaseNodeDescriptor
[NotNull()] public UANodeDescriptor BaseNodeDescriptor {get; set;}
[NotNull()] public: property UANodeDescriptor^ BaseNodeDescriptor { UANodeDescriptor^ get(); void set ( UANodeDescriptor^ value); }