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