'Declaration
<CanBeNullAttribute()> <ElementsNotNullAttribute()> Property Value As UANodeElementCollection
'Usage
Dim instance As _UANodeElementCollectionResult Dim value As UANodeElementCollection instance.Value = value value = instance.Value
[CanBeNull()] [ElementsNotNull()] UANodeElementCollection Value {get; set;}
[CanBeNull()] [ElementsNotNull()] property UANodeElementCollection^ Value { UANodeElementCollection^ get(); void set ( UANodeElementCollection^ value); }