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