DataPA Enterprise Dashboard Controls API Reference
If last load failed, the Error Message.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# |
|---|
public string LastLoadError { get; } |
| Visual Basic |
|---|
Public ReadOnly Property LastLoadError As String
Get |
| Visual C++ |
|---|
public:
property String^ LastLoadError {
String^ get ();
} |
Property Value
Type:
StringIf last load failed, the Error Message.
Return Value
Type:
StringIf last load failed, the Error Message.
See Also