Share via


Method 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 method name.

Namespace:  Ws.Services.Soap
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

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

Property Value

Type: System. . :: . .String
The method name.

.NET Framework Security

See Also

Reference

WsMessage Class

Ws.Services.Soap Namespace