次の方法で共有


ServiceOperation.Method プロパティ

定義

サービス操作が応答する HTTP プロトコルのメソッドを取得します。

public:
 property System::String ^ Method { System::String ^ get(); };
public string Method { get; }
member this.Method : string
Public ReadOnly Property Method As String

プロパティ値

HTTP メソッド名。

適用対象