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.
Gets or sets the bypass plug-in behavior for requests.
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.