OPC Studio User's Guide and Reference
LooseReferenceTypes Property (UADataDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UADataDialog Class : LooseReferenceTypes Property
Browse following very wide set of reference types, in order to cope with non-compliant servers.
Syntax
'Declaration
 
Public Property LooseReferenceTypes As Boolean
'Usage
 
Dim instance As UADataDialog
Dim value As Boolean
 
instance.LooseReferenceTypes = value
 
value = instance.LooseReferenceTypes
public bool LooseReferenceTypes {get; set;}
public:
property bool LooseReferenceTypes {
   bool get();
   void set (    bool value);
}

Property Value

The default value of this property is True.

Remarks

Introduced for Citect Plant SCADA OPC UA Server, which uses abstract (sic!) OpcLabs.EasyOpc.UA.AddressSpace.Standard.UAReferenceTypeIds.HasChild to refer to some of its folders containing data variables under OpcLabs.EasyOpc.UA.AddressSpace.Standard.UAObjectIds.ObjectsFolder.

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