TileUpdater.Setting Property

Definition

Gets a value that specifies whether a tile can be updated through notifications.

public:
 property NotificationSetting Setting { NotificationSetting get(); };
NotificationSetting Setting();
public NotificationSetting Setting { get; }
var notificationSetting = tileUpdater.setting;
Public ReadOnly Property Setting As NotificationSetting

Property Value

A value that indicates either that the tile can be updated through notifications, or who disabled them: developer, user, or administrator.

Applies to

See also