'Declaration
<CanBeNullAttribute()> Property Value As UANodeElementCollection
'Usage
Dim instance As _UANodeElementCollectionResult Dim value As UANodeElementCollection instance.Value = value value = instance.Value
[CanBeNull()] UANodeElementCollection Value {get; set;}
[CanBeNull()] property UANodeElementCollection^ Value { UANodeElementCollection^ get(); void set ( UANodeElementCollection^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).
The default value of this property is null
.