2 references to ConfigurationNameProperty
System.WorkflowServices (2)
System\Workflow\Activities\WorkflowServiceAttributes.cs (2)
82
get { return (string) this.GetValue(WorkflowServiceAttributes.
ConfigurationNameProperty
); }
83
set { this.SetValue(WorkflowServiceAttributes.
ConfigurationNameProperty
, value); }