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

FakeWorkflowContextMode - свойство

Gets the mode of plug-in execution.

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

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

Тип: Int32

Type: Int32The mode of plug-in execution.

Реализации

IExecutionContext.Mode
Заметки

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

См. также