获取或设置用于此请求消息的 HTTP 方法。
命名空间: Microsoft.Data.OData
程序集: Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)
语法
声明
Property Method As String
Get
Set
用法
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)
属性值
类型:System.String
用于此请求消息的 HTTP 方法。