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