'Declaration
<NotNullAttribute()> Public Property NodeDescriptors As DANodeDescriptor()
'Usage
Dim instance As DAItemDialog Dim value() As DANodeDescriptor instance.NodeDescriptors = value value = instance.NodeDescriptors
[NotNull()] public DANodeDescriptor[] NodeDescriptors {get; set;}
[NotNull()] public: property array<DANodeDescriptor^>^ NodeDescriptors { array<DANodeDescriptor^>^ get(); void set ( array<DANodeDescriptor^>^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).