ODataConstants.MethodDelete Field
HTTP method name for DELETE requests.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Const MethodDelete As String
'Usage
Dim value As String
value = ODataConstants.MethodDelete
public const string MethodDelete
public:
literal String^ MethodDelete
static val mutable MethodDelete: string
public const var MethodDelete : String