UsernameOverTransportAssertion.ServiceActor Property
Gets or sets the actor attribute on the Security SOAP header for a SOAP message destined for a Web service to which this policy assertion applies.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim usernameOverTransportAssertion1 As UsernameOverTransportAssertion
Dim returnValue As String
returnValue = usernameOverTransportAssertion1.ServiceActor
Dim sampleValue As String
usernameOverTransportAssertion1.ServiceActor = sampleValue
Syntax
'Declaration
Public Property ServiceActor() As String
public string ServiceActor {get; set;}
public:
property String^ ServiceActor {
String^ get();
void set(String^ value);
}
public System.String get_ServiceActor();
public void set_ServiceActor(System.String);
public function get ServiceActor() : String;
public function set ServiceActor(String);
Property Value
The actor attribute on the Security SOAP header for a SOAP message destined for a Web service to which this policy assertion applies.
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
UsernameOverTransportAssertion Class
UsernameOverTransportAssertion Members
Microsoft.Web.Services3.Design Namespace