SoapHelper.GetActorAttribute Method
Gets a string value that is the action attribute in the XML Soap message from the specified XmlElement.
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim element As XmlElement
Dim returnValue As String
returnValue = SoapHelper.GetActorAttribute(element)
Syntax
'Declaration
Public Shared Function GetActorAttribute( _
ByVal element As XmlElement _
) As String
public static string GetActorAttribute(
XmlElement element
);
public:
static String^ GetActorAttribute(
XmlElement^ element
);
public static System.String GetActorAttribute(
XmlElement element
);
public static function GetActorAttribute(
element : XmlElement
) : String;
Parameters
- element
The XML element.
Return Value
A string that is the actor attribute value from the specified XmlElement.
Remarks
The element owner document it treated as a SoapEnvelope type to get the Soap type. If the element does not have an owner document then a default Soap type is created.
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