2 overrides of ConfigurationName
System.WorkflowServices (2)
System\Workflow\Runtime\CompiledWorkflowDefinitionContext.cs (1)
33
public override string
ConfigurationName
System\Workflow\Runtime\StreamedWorkflowDefinitionContext.cs (1)
94
public override string
ConfigurationName
1 reference to ConfigurationName
System.WorkflowServices (1)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
75
this.configurationName = this.workflowDefinitionContext.
ConfigurationName
;