QueriesItem Property (String) |
|
DataPA OpenAnalytics API Reference
Gets and sets a Query in this collection.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Query this[
string ID
] { get; set; }
Public Property Item (
ID As String
) As Query
Get
Set
public:
virtual property Query^ Item[String^ ID] {
Query^ get (String^ ID) sealed;
void set (String^ ID, Query^ value) sealed;
}
function get_Item(ID);
function set_Item(value);
Parameters
- ID
- Type: SystemString
The ID of the Query
Property Value
Type:
QueryThe Query you wish to place in the collection.
Return Value
Type:
QueryThe Query you wish to retrieve from the collection.
Remarks See Also