QuickOPC User's Guide and Reference
Clsid Property (_ServerElement)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.ComTypes Namespace > _ServerElement Interface : Clsid Property
Gets or sets OPC server's class identifier (CLSID).
Syntax
'Declaration
 
Property Clsid As Guid
'Usage
 
Dim instance As _ServerElement
Dim value As Guid
 
instance.Clsid = value
 
value = instance.Clsid
Guid Clsid {get; set;}
property Guid Clsid {
   Guid get();
   void set (    Guid value);
}
Remarks

A CLSID is a globally unique identifier that identifies an OPC server. The OPC server needs to register its CLSID with the system.

In VBScript, use ClsidString instead.

Requirements

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

See Also

Reference

_ServerElement Interface
_ServerElement Members