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