QuerySystems Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the systems object that the subject this query relates to should belong to
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Systems Systems { get; set; }
Public Property Systems As Systems
Get
Set
public:
virtual property Systems^ Systems {
Systems^ get () sealed;
void set (Systems^ value) sealed;
}
function get_Systems();
function set_Systems(value);
Return Value
Type:
SystemsThe systems object that the subject this query relates to should belong to
Remarks This property is not serialized, however needs to be set before the query can be run or the parameters derived.
See Also