Share via


MpnsMessage.Version Property

 

Gets or sets the version of the tile or toast, e.g. "2.0", or null if there is no version.

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

Syntax

protected internal string Version {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public protected:
property String^ Version {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member Version : string with get, set
Protected Friend Property Version As String

Property Value

Type: System.String

Returns String.

See Also

MpnsMessage Class
Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace

Return to top