ServiceOperation.Method Property

Definition

Gets the method of the HTTP protocol to which the service operation responds.

public:
 property System::String ^ Method { System::String ^ get(); };
public string Method { get; }
member this.Method : string
Public ReadOnly Property Method As String

Property Value

The HTTP method name.

Applies to