Share via


ODataBatchOperationRequestMessage.Method Property

 

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

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

Syntax

public string Method {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ Method {
    [CompilerGeneratedAttribute]
    virtual String^ get() sealed;
    [CompilerGeneratedAttribute]
    virtual void set(String^ value) sealed;
}
abstract Method : string with get, set
override Method : string with get, set
Public Property Method As String

Property Value

Type: System.String

The HTTP method used for this request message.

Implements

IODataRequestMessage.Method

See Also

ODataBatchOperationRequestMessage Class
Microsoft.OData.Core Namespace

Return to top