RunLookupBuilding Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if a lookup is currently building
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Building { get; }
Public ReadOnly Property Building As Boolean
Get
public:
virtual property bool Building {
bool get () sealed;
}
Property Value
Type:
BooleanTrue if a lookup is currently building
Return Value
Type:
BooleanTrue if a lookup is currently building
Remarks See Also