Bearbeiten

MessageHeaderInfo.MustUnderstand Property

Definition

Gets or sets a value that indicates whether processing the message header is mandatory or optional.

public:
 abstract property bool MustUnderstand { bool get(); };
public abstract bool MustUnderstand { get; }
member this.MustUnderstand : bool
Public MustOverride ReadOnly Property MustUnderstand As Boolean

Property Value

true if processing the message header is mandatory; otherwise, false.

Remarks

If this property is true and the message receiver cannot interpret the message header, the message is not processed and an exception is thrown. If this property is false, the receiver can ignore the message header and continue processing.

Applies to