SoapHeader.EncodedMustUnderstand12 Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la valeur de l’attribut XML mustUnderstand
de l’en-tête SOAP lors de communications utilisant le protocole SOAP version 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
Valeur de propriété
Valeur de l'attribut XML mustUnderstand
d'un en-tête SOAP. La valeur par défaut est "0".
- Attributs
Exceptions
Une valeur autre que "0", "1", "true" ou "false" est affectée à la propriété.
Remarques
N'utilisez pas cette propriété. Utilisez plutôt la MustUnderstand propriété.