CrmServiceClient.BypassPluginExecution 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.
False by default. When true, Adds the bypass plugin behavior for requests made while this property is true.
Important: This will only apply if the caller has the prvBypassPlugins permission to bypass plugins. If its attempted without the permission requests will fault.
public:
property bool BypassPluginExecution { bool get(); void set(bool value); };
public bool BypassPluginExecution { get; set; }
member this.BypassPluginExecution : bool with get, set
Public Property BypassPluginExecution As Boolean
Property Value
When true, custom plug-in execution is bypassed; otherwise false (default).
Remarks
This behavior only applies if the caller has the prvBypassPlugins permission. If set to true and a request is attempted without the required caller permission, a fault results.