共用方式為


ODataBatchOperationRequestMessage.Method 屬性

取得用於此要求訊息的 HTTP 方法。

命名空間:  Microsoft.Data.OData
組件:  Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)

語法

'宣告
Public Property Method As String
    Get
    Set
'用途
Dim instance As ODataBatchOperationRequestMessage
Dim value As String

value = instance.Method

instance.Method = value
public string Method { get; set; }
public:
virtual property String^ Method {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Method : string with get, set
override Method : string with get, set
final function get Method () : String
final function set Method (value : String)

屬性值

型別:System.String
用於此要求訊息的 HTTP 方法。

實作

IODataRequestMessage.Method

請參閱

參考

ODataBatchOperationRequestMessage 類別

Microsoft.Data.OData 命名空間