_Global.IsSandboxed 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 whether the application window is a protected view window.
public:
property bool IsSandboxed { bool get(); };
public bool IsSandboxed { get; }
member this.IsSandboxed : bool
Public ReadOnly Property IsSandboxed As Boolean
Property Value
true if the application window is a protected view window; otherwise, false.
Remarks
Read-only.