ParseInstallationChannels Property Parse
A sequence of arbitrary strings which are used to identify this installation for push notifications. By convention, the empty string is known as the "Broadcast" channel.

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

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

Property Value

Type: IListString
See Also

Reference