次の方法で共有


Operation.Method プロパティ

サービス操作が応答する HTTP などのプロトコルのメソッド。

名前空間:  System.Data.Services.Providers
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Public ReadOnly Property Method As String
    Get
'使用
Dim instance As Operation
Dim value As String

value = instance.Method
public string Method { get; }
public:
property String^ Method {
    String^ get ();
}
member Method : string
function get Method () : String

プロパティ値

型: System.String

関連項目

参照

Operation クラス

System.Data.Services.Providers 名前空間