共用方式為


IODataRequestMessage.Method 屬性

取得或設定用於此要求訊息的 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 方法。

請參閱

參考

IODataRequestMessage 介面

Microsoft.Data.OData 命名空間