DataPA Enterprise Dashboard Controls API Reference
Gets a property that indicates if this clientconfig has been successfully initialised.

Namespace: DataPAClientConfig
Assembly: 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: Boolean
True if this clientconfig has been successfully initialised.

Return Value

Type: Boolean
True if this clientconfig has been successfully initialised.

Remarks