RemoteExecutionContext.IsolationMode 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 indicating if the plug-in is executing in the sandbox.
public:
property int IsolationMode { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int IsolationMode { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsolationMode : int with get, set
Public Property IsolationMode As Integer
Property Value
A value indicating if the plug-in is executing in the sandbox. Valid values are 1 (none) or 2 (sandbox).
- Attributes