Share via


TemplateRegistration.MpnsHeaders Property

 

Gets or sets the collection of Microsoft Push Notification Service headers.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)

Syntax

public MpnsHeaderCollection MpnsHeaders { get; private set; }
public:
property MpnsHeaderCollection^ MpnsHeaders {
    MpnsHeaderCollection^ get();
    private: void set(MpnsHeaderCollection^ value);
}
member MpnsHeaders : MpnsHeaderCollection with get, private set
Public Property MpnsHeaders As MpnsHeaderCollection
    Get
    Private Set
End Property

Property Value

Type: Microsoft.WindowsAzure.Messaging.MpnsHeaderCollection

The collection of Microsoft Push Notification Service headers.

See Also

TemplateRegistration Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top