Share via


SoapHeader.EncodedMustUnderstand12 Propriedade

Definição

Obtém ou define o valor do atributo XML mustUnderstand para o cabeçalho SOAP ao se comunicar com a versão do protocolo SOAP 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

String

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

Atributos

Exceções

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

Comentários

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

Aplica-se a

Confira também