SendMessageContent.DeclaredMessageType Property
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
The declared message type.
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.
Producto | Versiones |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Comentarios de .NET
.NET es un proyecto de código abierto. Selecciona un vínculo para proporcionar comentarios: