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