CrmServiceClient.BypassPluginExecution Property

Definition

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.

Applies to