TileUpdater.Setting Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.