2 references to IncludeExceptionDetailInFaultsProperty
System.WorkflowServices (2)
System\Workflow\Activities\WorkflowServiceAttributes.cs (2)
96get { return (bool) this.GetValue(WorkflowServiceAttributes.IncludeExceptionDetailInFaultsProperty); } 97set { this.SetValue(WorkflowServiceAttributes.IncludeExceptionDetailInFaultsProperty, value); }