MessageHeaderInfo.MustUnderstand Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.