TileFlyoutUpdater.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's flyout can be updated through notifications.
public:
property NotificationSetting Setting { NotificationSetting get(); };
NotificationSetting Setting();
public NotificationSetting Setting { get; }
var notificationSetting = tileFlyoutUpdater.setting;
Public ReadOnly Property Setting As NotificationSetting
Property Value
This value always returns Enabled. Mix view cannot currently be disabled.