1 write to ConfigurationName
System.WorkflowServices (1)
System\Workflow\Activities\ReceiveActivity.cs (1)
1231
workflowServiceAttribsValue.
ConfigurationName
= fullClassName;
2 references to ConfigurationName
System.WorkflowServices (2)
System\Workflow\Activities\WorkflowServiceAttributes.cs (2)
154
if (!string.IsNullOrEmpty(this.
ConfigurationName
))
156
workflowServiceBehavior.ConfigurationName = this.
ConfigurationName
;