OPC Studio 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.

This member is not compatible with VBScript.

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

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