DataPA Enterprise Dashboard Controls API Reference
Indicates whether the structure was successfully loaded

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public bool StructureAvailable { get; }
Visual Basic
Public ReadOnly Property StructureAvailable As Boolean
	Get
Visual C++
public:
property bool StructureAvailable {
	bool get ();
}

Property Value

Type: Boolean
Indicates whether the structure was successfully loaded

Return Value

Type: Boolean
Indicates whether the structure was successfully loaded

Remarks

Indicates whether the structure was successfully loaded

See Also