Для изменения размера нажмите или перетащите

FakeWorkflowContextIsolationMode - свойство

Gets a value indicating if the plug-in is executing in the sandbox.

Пространство имён:  PZone.Xrm.Testing.Workflow
Сборка:  PZone.SDK.Xrm.Testing (в PZone.SDK.Xrm.Testing.dll) Версия: 8.2.1.0 (8.2.1.0)
Синтаксис
C#
public int IsolationMode { get; set; }

Возвращаемое значение

Тип: Int32

Type: Int32Indicates if the plug-in is executing in the sandbox.

Реализации

IExecutionContext.IsolationMode
Заметки

Allowable values are defined in the PluginAssemblyIsolationMode enumeration defined in SampleCode\CS\HelperCode\OptionSets.cs and SampleCode\VB\HelperCode\OptionSets.vb of the SDK download.

См. также