SendMessageContent.DeclaredMessageType 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 the declared message type.
public:
property Type ^ DeclaredMessageType { Type ^ get(); void set(Type ^ value); };
public Type DeclaredMessageType { get; set; }
member this.DeclaredMessageType : Type with get, set
Public Property DeclaredMessageType As Type
Property Value
The declared message type.
Remarks
DeclaredMessageType is the data type that will appear on the service description and WSDL. You may want the service description to contain the base class type so that various derived classes can be sent and received by the service at runtime. DeclaredMessageType must be either the same as the argument type of the Message property or its base type.