Share via


ApsProperties.Badge Property

 

The number to display as the badge of the application icon. If this property is absent, the badge is not changed. To remove the badge, set the value of this property to 0.

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

Syntax

public Nullable<int> Badge { get; set; }
public:
property Nullable<int> Badge {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member Badge : Nullable<int> with get, set
Public Property Badge As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

See Also

ApsProperties Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top