QuickOPC User's Guide and Reference
ReferenceTypeIds Property (_UABrowseParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UABrowseParameters Interface : ReferenceTypeIds Property
Specifies which reference types will be returned by the browsing.
Syntax
'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);
}
Remarks
You can use the constants from OpcLabs.EasyOpc.UA.AddressSpace.Standard.UAReferenceTypeIds to construct the set of reference types.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also