BuildingRequestEventArgs.Method Property

Gets the Request HTTP Method that the outgoing request will use.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Property Method As String 
    Get 
    Private Set
'Usage
Dim instance As BuildingRequestEventArgs 
Dim value As String 

value = instance.Method
public string Method { get; private set; }
public:
property String^ Method {
    String^ get ();
    private: void set (String^ value);
}
member Method : string with get, private set
function get Method () : String 
private function set Method (value : String)

Property Value

Type: System.String

See Also

Reference

BuildingRequestEventArgs Class

System.Data.Services.Client Namespace