1 write to validateMustUnderstand
System.ServiceModel (1)
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
289
set {
validateMustUnderstand
= value; }
2 references to validateMustUnderstand
System.ServiceModel (2)
System\ServiceModel\ServiceBehaviorAttribute.cs (2)
288
get { return
validateMustUnderstand
; }
384
behavior.ValidateMustUnderstand =
validateMustUnderstand
;