SystemStructureStructureAvailable Property |
|
DataPA OpenAnalytics API Reference
Indicates whether the structure was successfully loaded
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool StructureAvailable { get; }
Public ReadOnly Property StructureAvailable As Boolean
Get
public:
property bool StructureAvailable {
bool get ();
}
function get_StructureAvailable();
Property Value
Type:
BooleanIndicates whether the structure was successfully loaded
Return Value
Type:
BooleanIndicates whether the structure was successfully loaded
Remarks Indicates whether the structure was successfully loaded
See Also