'Declaration<JetBrains.Annotations.ItemNotNullAttribute()> <JetBrains.Annotations.NotNullAttribute()> Property NodeDescriptors As Object()
'UsageDim instance As _DAItemDialog Dim value() As Object instance.NodeDescriptors = value value = instance.NodeDescriptors
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] object[] NodeDescriptors {get; set;}
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] property array<Object^>^ NodeDescriptors { array<Object^>^ get(); void set ( array<Object^>^ 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).