CodeContainerRegistry.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.
Keep the underlying data stored locally, i.e. don't roam it.
protected:
virtual property bool IsRoamed { bool get(); };
protected:
virtual property bool IsRoamed { bool get(); };
protected override bool IsRoamed { get; }
member this.IsRoamed : bool
Protected Overrides ReadOnly Property IsRoamed As Boolean