AddressingHeaders.MustUnderstand Property
Gets or sets a value indicating whether all of the WS-Adressing SOAP headers must be understood.
Namespace: Microsoft.Web.Services3.Addressing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim addressingHeaders1 As AddressingHeaders
Dim returnValue As Boolean
returnValue = addressingHeaders1.MustUnderstand
Dim sampleValue As Boolean
addressingHeaders1.MustUnderstand = sampleValue
Syntax
'Declaration
Public Property MustUnderstand() As Boolean
public bool MustUnderstand {get; set;}
public:
property bool MustUnderstand {
bool get();
void set(bool value);
}
public boolean get_MustUnderstand();
public void set_MustUnderstand(boolean);
public function get MustUnderstand() : Boolean;
public function set MustUnderstand(Boolean);
Property Value
true if recipients must properly interpret and process the WS-Addressing SOAP headers; otherwise, false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
AddressingHeaders Class
AddressingHeaders Members
Microsoft.Web.Services3.Addressing Namespace