IODataRequestMessage.Method Property

Gets or sets the HTTP method used for this request message.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Property Method As String 
    Get 
    Set
'Usage
Dim instance As IODataRequestMessage 
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
The HTTP method used for this request message.

See Also

Reference

IODataRequestMessage Interface

Microsoft.Data.OData Namespace