共用方式為


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