TemplateRegistration::WnsHeaders Property

 

Gets or sets the collection of Windows Notification Service headers.

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

public:
[DataMemberAttribute(Order = 5, Name = "WnsHeaders", IsRequired = true)]
property WnsHeaderCollection^ WnsHeaders {
	WnsHeaderCollection^ get();
	void set(WnsHeaderCollection^ value);
}

Property Value

Type: Microsoft.WindowsAzure.Messaging::WnsHeaderCollection^

The collection of Windows Notification Service headers.

Return to top
Show: