DashboardQueryQueryBasedOnSystem Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if the query is based on a defined system
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool QueryBasedOnSystem { get; }
Public ReadOnly Property QueryBasedOnSystem As Boolean
Get
public:
virtual property bool QueryBasedOnSystem {
bool get () sealed;
}
function get_QueryBasedOnSystem();
Return Value
Type:
BooleanTrue if the query is based on a defined system
See Also