'Declaration
<NotNullAttribute()> Public ReadOnly Property NodeElements As DANodeElement()
'Usage
Dim instance As DAItemDialog Dim value() As DANodeElement instance.NodeElements = value value = instance.NodeElements
[NotNull()] public DANodeElement[] NodeElements {get;}
[NotNull()] public: property array<DANodeElement^>^ NodeElements { array<DANodeElement^>^ get(); }
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).