Gets or sets the method of the request.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)
语法
声明
Public MustOverride Property RequestMethod As String
Get
Set
用法
Dim instance As WebRequestExecutor
Dim value As String
value = instance.RequestMethod
instance.RequestMethod = value
public abstract string RequestMethod { get; set; }
属性值
类型:System.String
The method of the request.