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