Sdílet prostřednictvím


SoapHeader.EncodedMustUnderstand12 Vlastnost

Definice

Získá nebo nastaví hodnotu mustUnderstand atributu XML pro hlavičku SOAP při komunikaci s protokolem SOAP verze 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

Hodnota vlastnosti

String

Hodnota atributu mustUnderstand XML hlavičky SOAP. Výchozí hodnota je 0.

Atributy

Výjimky

Vlastnost je nastavena na jinou hodnotu než: "0", "1", "true" nebo "false".

Poznámky

Tuto vlastnost nepoužívejte. Místo toho použijte MustUnderstand vlastnost.

Platí pro

Viz také