2 references to MaxItemsInObjectGraphProperty
System.WorkflowServices (2)
System\Workflow\Activities\WorkflowServiceAttributes.cs (2)
103get { return (int) this.GetValue(WorkflowServiceAttributes.MaxItemsInObjectGraphProperty); } 104set { this.SetValue(WorkflowServiceAttributes.MaxItemsInObjectGraphProperty, value); }