WebRequestExecutor.RequestMethod Property

Gets or sets the method of the request.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public MustOverride Property RequestMethod As String
    Get
    Set
'Usage
Dim instance As WebRequestExecutor
Dim value As String

value = instance.RequestMethod

instance.RequestMethod = value
public abstract string RequestMethod { get; set; }

Property Value

Type: System.String
The method of the request.

See Also

Reference

WebRequestExecutor Class

WebRequestExecutor Members

Microsoft.SharePoint.Client Namespace