MessageHeaderDescription.TypedHeader Property

Definition

Gets or sets a value that indicates whether the message header is a message contract header.

public:
 property bool TypedHeader { bool get(); void set(bool value); };
public bool TypedHeader { get; set; }
member this.TypedHeader : bool with get, set
Public Property TypedHeader As Boolean

Property Value

true if the message header is a message contract header; otherwise, false.

Applies to