Freigeben über


Operation.Method-Eigenschaft

Protokollieren Sie die Methode (z. B. HTTP), auf die der Dienstvorgang antwortet.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public ReadOnly Property Method As String
    Get
'Usage
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

Eigenschaftswert

Typ: System.String

Siehe auch

Verweis

Operation Klasse

System.Data.Services.Providers-Namespace