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