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