MtomMessageEncodingElement.MessageVersion Propriedade
Definição
Obtém ou define a versão SOAP das mensagens enviadas usando essa associação.Gets or sets the SOAP version of the messages sent using this binding.
public:
property System::ServiceModel::Channels::MessageVersion ^ MessageVersion { System::ServiceModel::Channels::MessageVersion ^ get(); void set(System::ServiceModel::Channels::MessageVersion ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.MessageVersionConverter))]
[System.Configuration.ConfigurationProperty("messageVersion", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public System.ServiceModel.Channels.MessageVersion MessageVersion { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.MessageVersionConverter))>]
[<System.Configuration.ConfigurationProperty("messageVersion", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.MessageVersion : System.ServiceModel.Channels.MessageVersion with get, set
Public Property MessageVersion As MessageVersion
Valor da propriedade
Um MessageVersion valor que especifica a versão SOAP das mensagens enviadas usando essa associação.A MessageVersion value that specifies the SOAP version of the messages sent using this binding. O padrão é Soap12WSAddressing10.The default is Soap12WSAddressing10.
- Atributos