Partager via


SoapHeader.EncodedMustUnderstand12 Propriété

Définition

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é

String

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é.

S’applique à

Voir aussi