This documentation is archived and is not being maintained.

SoapHeader.EncodedMustUnderstand Property

Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol version 1.1.

[Visual Basic]
Public Property EncodedMustUnderstand As String
[C#]
public string EncodedMustUnderstand {get; set;}
[C++]
public: __property String* get_EncodedMustUnderstand();
public: __property void set_EncodedMustUnderstand(String*);
[JScript]
public function get EncodedMustUnderstand() : String;
public function set EncodedMustUnderstand(String);

Property Value

The value of the mustUnderstand attribute. The default is "0".

Exceptions

Exception Type Condition
ArgumentException The property is set to to value other than: "0", "1", "true", or "false".

Remarks

Do not use this property. Instead use the MustUnderstand property.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

See Also

SoapHeader Class | SoapHeader Members | System.Web.Services.Protocols Namespace | MustUnderstand

Show: