2 references to IgnoreExtensionDataObjectProperty
System.WorkflowServices (2)
System\Workflow\Activities\WorkflowServiceAttributes.cs (2)
89get { return (bool) this.GetValue(WorkflowServiceAttributes.IgnoreExtensionDataObjectProperty); } 90set { this.SetValue(WorkflowServiceAttributes.IgnoreExtensionDataObjectProperty, value); }