Share via


TemplateRegistration.WnsHeaders Property

 

Gets headers that should be sent to WNS with the notification

Namespace:   Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.Mobile.Ext (in Microsoft.WindowsAzure.Mobile.Ext.dll)

Syntax

[JsonPropertyAttribute(PropertyName = "headers")]
public IDictionary<string, string> WnsHeaders { get; internal set; }
public:
[JsonPropertyAttribute(PropertyName = "headers")]
property IDictionary<String^, String^>^ WnsHeaders {
    IDictionary<String^, String^>^ get();
    internal: void set(IDictionary<String^, String^>^ value);
}
[<JsonPropertyAttribute(PropertyName = "headers")>]
member WnsHeaders : IDictionary<string, string> with get, internal set
<JsonPropertyAttribute(PropertyName := "headers")>
Public Property WnsHeaders As IDictionary(Of String, String)
    Get
    Friend Set
End Property

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

See Also

TemplateRegistration Class
Microsoft.WindowsAzure.MobileServices Namespace

Return to top