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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UADataSetMetaData Class : DataSetClassId Property
Provides the globally unique identifier of the class of dataset if the dataset is based on a dataset class.
Syntax
'Declaration
 
<TypeConverterAttribute(System.ComponentModel.GuidConverter)>
Public Property DataSetClassId As Guid
'Usage
 
Dim instance As UADataSetMetaData
Dim value As Guid
 
instance.DataSetClassId = value
 
value = instance.DataSetClassId
[TypeConverter(System.ComponentModel.GuidConverter)]
public Guid DataSetClassId {get; set;}
[TypeConverter(System.ComponentModel.GuidConverter)]
public:
property Guid DataSetClassId {
   Guid get();
   void set (    Guid value);
}
Remarks

When provided, this property shall match the dataset class Id of the concrete dataset configuration. If the datasets are not created from a class, this property is System.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