'Declaration
<NotNullAttribute()> Property ReferenceTypeIds As UANodeIdCollection
'Usage
Dim instance As _UABrowseParameters Dim value As UANodeIdCollection instance.ReferenceTypeIds = value value = instance.ReferenceTypeIds
[NotNull()] UANodeIdCollection ReferenceTypeIds {get; set;}
[NotNull()] property UANodeIdCollection^ ReferenceTypeIds { UANodeIdCollection^ get(); void set ( UANodeIdCollection^ value); }
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).