Action Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the Web Services Addressing action of the request message.

Namespace:  Ws.ServiceModel
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Property Action As String
public string Action { get; set; }
public:
property String^ Action {
    String^ get ();
    void set (String^ value);
}
member Action : string with get, set
function get Action () : String
function set Action (value : String)

Property Value

Type: System. . :: . .String
The Web Services Addressing action of the request message.

.NET Framework Security

See Also

Reference

OperationContractAttribute Class

Ws.ServiceModel Namespace