Method Property
Gets the method of the HTTP protocol to which the service operation responds.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property Method As String
Get
'Usage
Dim instance As ServiceOperation
Dim value As String
value = instance.Method
public string Method { get; }
public:
property String^ Method {
String^ get ();
}
member Method : string
function get Method () : String
Property Value
Type: System..::..String
The HTTP method name.