ReceiveMessageContent.ShouldSerializeDeclaredMessageType Method

Definition

Gets a boolean value that determines if the message should be serialized as the declared message type.

public:
 bool ShouldSerializeDeclaredMessageType();
public bool ShouldSerializeDeclaredMessageType ();
member this.ShouldSerializeDeclaredMessageType : unit -> bool
Public Function ShouldSerializeDeclaredMessageType () As Boolean

Returns

true if the message should be serialized as the declared message type; otherwise false.

Applies to