RemoteExecutionContext.IsolationMode Property

Definition

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

Applies to