'Declaration
<NotNullAttribute()> Property NodeDescriptor As UANodeDescriptor
'Usage
Dim instance As _UAWriteArguments Dim value As UANodeDescriptor instance.NodeDescriptor = value value = instance.NodeDescriptor
[NotNull()] UANodeDescriptor NodeDescriptor {get; set;}
[NotNull()] property UANodeDescriptor^ NodeDescriptor { UANodeDescriptor^ get(); void set ( UANodeDescriptor^ value); }