Gets or sets OPC server's class identifier (CLSID).
Syntax
'Declaration
Public Property Clsid As Guid
'Usage
Dim instance As ServerElement
Dim value As Guid
instance.Clsid = value
value = instance.Clsid
public Guid Clsid {get; set;}
public:
property Guid Clsid {
Guid get();
void set ( Guid value);
}
Property Value
The default value of this property is 00000000-0000-0000-0000-000000000000 (Guid.Empty)
.
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