IExecutionContext.Mode 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 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.