次の方法で共有


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 名前空間