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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.ComTypes Namespace > _ServerDescriptor Interface : Clsid Property
Contains the CLSID of the object.
Syntax
'Declaration
 
Property Clsid As Guid
'Usage
 
Dim instance As _ServerDescriptor
Dim value As Guid
 
instance.Clsid = value
 
value = instance.Clsid
Guid Clsid {get; set;}
property Guid Clsid {
   Guid get();
   void set (    Guid value);
}
Remarks

The value is System.Guid.Empty if no CLSID for the object is given.

From VBScript, you can use OpcLabs.BaseLib.ObjectDescriptor.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

_ServerDescriptor Interface
_ServerDescriptor Members