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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UABrowseParameters Class : ReferenceTypeIds Property
Specifies which reference types will be returned by the browsing.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
Public Property ReferenceTypeIds As UANodeIdCollection
'Usage
 
Dim instance As UABrowseParameters
Dim value As UANodeIdCollection
 
instance.ReferenceTypeIds = value
 
value = instance.ReferenceTypeIds
[ElementsNotNull()]
public UANodeIdCollection ReferenceTypeIds {get; set;}
[ElementsNotNull()]
public:
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