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