WSESoapHeader.LoadAttributeXml Method
Gets the actor, mustUnderstand, and relay attributes on the specified XML element to set the Actor, MustUnderstand, and Relay properties.
Namespace: Microsoft.Web.Services3.Xml
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Public Class wSESoapHeaderImplementation
Inherits WSESoapHeader
Protected Overrides Sub LoadAttributeXml(element As XmlElement)
MyBase.LoadAttributeXml(element)
End Sub
End Class
Syntax
'Declaration
Protected Sub LoadAttributeXml( _
ByVal element As XmlElement _
)
protected void LoadAttributeXml(
XmlElement element
);
protected:
void LoadAttributeXml(
XmlElement^ element
);
protected void LoadAttributeXml(
XmlElement element
);
protected function LoadAttributeXml(
element : XmlElement
) : Void;
Parameters
- element
The System.Xml.XmlElement to get the actor, mustUnderstand, and relay attributes from.
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