NotificationTemplate.Headers Property

Definition

For WNS, a dictionary of header names to values that specify the notification type (i.e. "X-WNS-TYPE":"wns/toast"). For all other platforms this property is meaningless.

public System.Collections.Generic.IDictionary<string,string> Headers { get; set; }
member this.Headers : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Headers As IDictionary(Of String, String)

Property Value

Applies to