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