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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UADataSetMetaData Interface : DataSetClassId Property
Provides the globally unique identifier of the class of dataset if the dataset is based on a dataset class.
Syntax
'Declaration
 
Property DataSetClassId As Guid
'Usage
 
Dim instance As _UADataSetMetaData
Dim value As Guid
 
instance.DataSetClassId = value
 
value = instance.DataSetClassId
Guid DataSetClassId {get; set;}
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