ParsePushChannels Property Parse
A short-hand to set a query which only discriminates on the channels to which a device is subscribed. This is shorthand for:
var push = new Push();
push.Query = ParseInstallation.Query.WhereKeyContainedIn("channels", channels);
This cannot be used in tandem with Query.

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

public IEnumerable<string> Channels { get; set; }

Property Value

Type: IEnumerableString
See Also

Reference