ParseInstallationQuery Property Parse

Namespace: Parse
Assembly: Parse.WinRT (in Parse.WinRT.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public static ParseQuery<ParseInstallation> Query { get; }

Property Value

Type: ParseQueryParseInstallation
Remarks

Only the following types of queries are allowed for installations:
query.GetAsync(objectId)
query.WhereEqualTo(key, value)
query.WhereMatchesKeyInQuery<TOther>(key, keyInQuery, otherQuery)
You can add additional query conditions, but one of the above must appear as a top-level AND clause in the query.
See Also

Reference