Compartilhar via


SoapHeader.EncodedMustUnderstand12 Propriedade

Definição

Obtém ou define o valor do mustUnderstand atributo XML para o cabeçalho SOAP ao se comunicar com o protocolo SOAP versão 1.2.

public:
 property System::String ^ EncodedMustUnderstand12 { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.ComVisible(false)]
public string EncodedMustUnderstand12 { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.EncodedMustUnderstand12 : string with get, set
Public Property EncodedMustUnderstand12 As String

Valor da propriedade

O valor do mustUnderstand atributo XML de um cabeçalho SOAP. O padrão é "0".

Atributos

Exceções

A propriedade é definida como um valor diferente de: "0", "1", "true" ou "false".

Comentários

Não use essa propriedade. Em vez disso, use a propriedade MustUnderstand.

Aplica-se a

Confira também