WSESoapHeader.DidUnderstand Property
Gets or sets a value indicating whether a Web service method properly processed a SOAP header.
Namespace: Microsoft.Web.Services3.Xml
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim wSESoapHeader1 As WSESoapHeader
Dim returnValue As Boolean
returnValue = wSESoapHeader1.DidUnderstand
Dim sampleValue As Boolean
wSESoapHeader1.DidUnderstand = sampleValue
Syntax
'Declaration
Public Property DidUnderstand() As Boolean
public bool DidUnderstand {get; set;}
public:
property bool DidUnderstand {
bool get();
void set(bool value);
}
public boolean get_DidUnderstand();
public void set_DidUnderstand(boolean);
public function get DidUnderstand() : Boolean;
public function set DidUnderstand(Boolean);
Property Value
true if a Web service method properly processed a SOAP header; 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
WSESoapHeader Class
WSESoapHeader Members
Microsoft.Web.Services3.Xml Namespace