DataPA Enterprise Dashboard Controls API Reference
Gets a property that indicates if this clientconfig has been successfully initialised.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# |
|---|
public bool Initialised { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Initialised As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool Initialised {
bool get () sealed;
} |
Property Value
Type:
BooleanTrue if this clientconfig has been successfully initialised.
Return Value
Type:
BooleanTrue if this clientconfig has been successfully initialised.
Remarks
See Also