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