ObservableSettingsListBase<TValue>.IsRoamed 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.
A flag that indicates whether the underlying settings list will be roamed to other devices or not.
protected:
abstract property bool IsRoamed { bool get(); };
protected:
abstract property bool IsRoamed { bool get(); };
protected abstract bool IsRoamed { get; }
member this.IsRoamed : bool
member this.IsRoamed : bool
Protected MustOverride ReadOnly Property IsRoamed As Boolean