ShellTileSchedule.MaxUpdateCount Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the number of times that the schedule will run. If this value is not set or is set to a number less than 1, then the schedule will run indefinitely.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property MaxUpdateCount As Integer
public int MaxUpdateCount { get; set; }
<object MaxUpdateCount="int" .../>

Property Value

Type: System..::.Int32
The number of times that the schedule will run.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ShellTileSchedule Class

Microsoft.Phone.Shell Namespace