IServiceFilterRequest.Method Property
Gets or sets the HTTP method for the request.
Namespace: Microsoft.WindowsAzure.MobileServices
Assembly: Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)
Syntax
'Declaration
Property Method As String
Get
Set
'Usage
Dim instance As IServiceFilterRequest
Dim value As String
value = instance.Method
instance.Method = value
string Method { get; set; }
property String^ Method {
String^ get ();
void set (String^ value);
}
abstract Method : string with get, set
function get Method () : String
function set Method (value : String)
Property Value
Type: System.String