服务操作响应的协议(例如 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