SoapHelper.SetMustUnderstand Method
Sets the mustUnderstand attribute on the specified element in the specified document.
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim document As XmlDocument
Dim element As XmlElement
Dim mustUnderstand As Boolean
SoapHelper.SetMustUnderstand(document, element, mustUnderstand)
Syntax
'Declaration
Public Shared Sub SetMustUnderstand( _
ByVal document As XmlDocument, _
ByVal element As XmlElement, _
ByVal mustUnderstand As Boolean _
)
public static void SetMustUnderstand(
XmlDocument document,
XmlElement element,
bool mustUnderstand
);
public:
static void SetMustUnderstand(
XmlDocument^ document,
XmlElement^ element,
bool mustUnderstand
);
public static void SetMustUnderstand(
XmlDocument document,
XmlElement element,
boolean mustUnderstand
);
public static function SetMustUnderstand(
document : XmlDocument,
element : XmlElement,
mustUnderstand : Boolean
) : Void;
Parameters
- document
The specified document.
- element
The Xml element
- mustUnderstand
The mustUnderstand attribute.
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
SoapHelper Class
SoapHelper Members
Microsoft.Web.Services3 Namespace