ParsePushAlert Property Parse
A conveninence method which sets Data to a dictionary with alert as its only field. Equivalent to
Data = new Dictionary<string, object> {{"alert", alert}};
This should not be used in tandem with Data.

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

public string Alert { get; set; }

Property Value

Type: String
See Also

Reference