DataPA Enterprise Dashboard Controls API Reference
Gets the SetUp DataSet, containing ALL the SetUp DataTables.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public DataSet SetUpDataSet { get; set; } |
Visual Basic |
---|
Public Property SetUpDataSet As DataSet
Get
Set |
Visual C++ |
---|
public:
virtual property DataSet^ SetUpDataSet {
DataSet^ get () sealed;
void set (DataSet^ value) sealed;
} |
Property Value
Type:
DataSetThe SetUp DataSet
Return Value
Type:
DataSetThe SetUp DataSet
Remarks
See Also