SoapHeader.EncodedMustUnderstand12 Propiedad

Definición

Obtiene o establece el valor del atributo XML mustUnderstand para el encabezado SOAP al comunicarse con la versión 1.2 del protocolo SOAP.

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 de propiedad

String

Valor del atributo XML mustUnderstand de un encabezado SOAP. El valor predeterminado es "0".

Atributos

Excepciones

La propiedad se establece en un valor distinto de "0", "1", "true" o "false".

Comentarios

No utilice esta propiedad. En su lugar, use la MustUnderstand propiedad .

Se aplica a

Consulte también