'Declaration
Property DataSetClassId As Guid
'Usage
Dim instance As _UADataSetMetaData Dim value As Guid instance.DataSetClassId = value value = instance.DataSetClassId
Guid DataSetClassId {get; set;}
'Declaration
Property DataSetClassId As Guid
'Usage
Dim instance As _UADataSetMetaData Dim value As Guid instance.DataSetClassId = value value = instance.DataSetClassId
Guid DataSetClassId {get; set;}
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.