ShellTileSchedule.Recurrence Property

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

Gets or sets a value that indicates whether the schedule will be executed one time or multiple times. The recurrence values are defined in UpdateRecurrence.

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

Syntax

Public Property Recurrence As UpdateRecurrence
public UpdateRecurrence Recurrence { get; set; }
<object Recurrence="UpdateRecurrence" .../>

Property Value

Type: Microsoft.Phone.Shell..::.UpdateRecurrence
A value that indicates whether the schedule will be executed one time or multiple times.

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