Share via


ISharePointProject.IsWorkflowDebuggingEnabled Property

Definition

Gets or sets value indicating whether Workflow debugging is enabled.

public:
 property bool IsWorkflowDebuggingEnabled { bool get(); void set(bool value); };
public bool IsWorkflowDebuggingEnabled { get; set; }
member this.IsWorkflowDebuggingEnabled : bool with get, set
Public Property IsWorkflowDebuggingEnabled As Boolean

Property Value

true if the Workflow debugging is enabled; Otherwise, false.

Applies to