IExecutionContext.Mode Property

Definition

Gets the mode of plug-in execution.

public:
 property int Mode { int get(); };
public int Mode { get; }
member this.Mode : int
Public ReadOnly Property Mode As Integer

Property Value

The mode of plug-in execution.

Remarks

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.

Applies to