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