Operation.Method Property
Protocol (for example HTTP) method the service operation responds to.
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
Property Value
Type: System.String