DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Was the load of DB Links Successful?
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# |
|---|
public bool Success { get; set; } |
| Visual Basic |
|---|
Public Property Success As Boolean Get Set |
| Visual C++ |
|---|
public: property bool Success { bool get (); void set (bool value); } |