Compartilhar via


SoapMethodAttribute.SoapAction Property

Gets or sets the current SOAP action for the SoapMethodAttribute instance.

Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim soapMethodAttribute1 As SoapMethodAttribute

Dim returnValue As String
returnValue = soapMethodAttribute1.SoapAction

Syntax

'Declaration
Public ReadOnly Property SoapAction() As String
public string SoapAction {get;}
public:
property String^ SoapAction {
    String^ get();
}
public System.String get_SoapAction();
public function get SoapAction() : String;

Property Value

The current action for the SOAP method.

Exceptions

Exception type Condition
ArgumentNullException

SoapAction is set to null.

Remarks

An action is a URI that is a unique identifier which specifies a particular operation at a given endpoint.

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

SoapMethodAttribute Class
SoapMethodAttribute Members
Microsoft.Web.Services3.Messaging Namespace