'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Property ReferenceTypeIds As UANodeIdCollection
'Usage
Dim instance As _UABrowseParameters Dim value As UANodeIdCollection instance.ReferenceTypeIds = value value = instance.ReferenceTypeIds
[ElementsNotNull()] [NotNull()] UANodeIdCollection ReferenceTypeIds {get; set;}
[ElementsNotNull()] [NotNull()] property UANodeIdCollection^ ReferenceTypeIds { UANodeIdCollection^ get(); void set ( UANodeIdCollection^ value); }