SoapActorAttribute Constructor (String)
Initializes a new instance of the SoapActorAttribute class using the specified URI.
Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim actor As String
Dim soapActorAttribute1 As New SoapActorAttribute(actor)
Syntax
'Declaration
Public Sub New( _
ByVal actor As String _
)
public SoapActorAttribute(
string actor
);
public:
SoapActorAttribute(
String^ actor
);
public SoapActorAttribute(
System.String actor
);
public function SoapActorAttribute(
actor : String
);
Parameters
- actor
A URI that indicates the recipient of a header element.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | actor is null. |
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
SoapActorAttribute Class
SoapActorAttribute Members
Microsoft.Web.Services3.Messaging Namespace