TileFlyoutUpdater.Setting Property

Definition

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.

Applies to