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