次の方法で共有


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