1 write to operation
System.WorkflowServices (1)
System\Workflow\Activities\Design\WorkflowServiceOperationListItem.cs (1)
45operation = value;
4 references to operation
System.WorkflowServices (4)
System\Workflow\Activities\Design\WorkflowServiceOperationListItem.cs (4)
24return this.operation.ContractName; 32return this.operation.Name; 36this.operation.Name = value; 41get { return operation; }