MustUnderstandBehavior

MustUnderstandBehavior

Syntax

class MustUnderstandBehavior : Behavior  
{  
  boolean ValidateMustUnderstand;  
};  

Methods

The MustUnderstandBehavior class does not define any methods.

Properties

The MustUnderstandBehavior class has the following property:

ValidateMustUnderstand

Data type: boolean

Access type: Read-only

When true, all SOAP headers with the MustUnderstand attribute that are not handled cause the behavior to throw an exception.

Requirements

MOF Declared in Servicemodel.mof.
Namespace Defined in root\ServiceModel

See also