SoapHeader.EncodedMustUnderstand12 Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
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à .