QuickOPC User's Guide and Reference
DataSetClassId Property (UAExtensionFields)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAExtensionFields Class : DataSetClassId Property
The DataSetClassId from the DataSetMetaData.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property DataSetClassId As UAQualifiedName
'Usage
 
Dim value As UAQualifiedName
 
value = UAExtensionFields.DataSetClassId
[NotNull()]
public static UAQualifiedName DataSetClassId {get;}
[NotNull()]
public:
static property UAQualifiedName^ DataSetClassId {
   UAQualifiedName^ get();
}
Remarks

OPC-UA Type: Guid.

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