SoapHelper.SetActorAttribute Method
Sets the actor 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 actor As String
SoapHelper.SetActorAttribute(document, element, actor)
Syntax
'Declaration
Public Shared Sub SetActorAttribute( _
ByVal document As XmlDocument, _
ByVal element As XmlElement, _
ByVal actor As String _
)
public static void SetActorAttribute(
XmlDocument document,
XmlElement element,
string actor
);
public:
static void SetActorAttribute(
XmlDocument^ document,
XmlElement^ element,
String^ actor
);
public static void SetActorAttribute(
XmlDocument document,
XmlElement element,
System.String actor
);
public static function SetActorAttribute(
document : XmlDocument,
element : XmlElement,
actor : String
) : Void;
Parameters
- document
The specified document.
- element
The Xml element
- actor
The actor 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