Share via


MpnsPushMessage.Version Property

 

Gets or sets the version of the of the toast or tile.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

[XmlAttributeAttribute]
public string Version { get; set; }
public:
[XmlAttributeAttribute]
property String^ Version {
    String^ get();
    void set(String^ value);
}
[<XmlAttributeAttribute>]
member Version : string with get, set
<XmlAttributeAttribute>
Public Property Version As String

Property Value

Type: System.String

Returns String.

See Also

MpnsPushMessage Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top