SoapHeader.EncodedMustUnderstand12 Proprietà

Definizione

Ottiene o imposta il valore dell'attributo XML mustUnderstand per l'intestazione SOAP durante la comunicazione con il protocollo 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

Valore della proprietà

String

Valore dell'attributo mustUnderstand XML di un'intestazione SOAP. L'impostazione predefinita è "0".

Attributi

Eccezioni

La proprietà viene impostata su un valore diverso da: "0", "1", "true" o "false".

Commenti

Non usare questa proprietà. Usare invece la MustUnderstand proprietà .

Si applica a

Vedi anche