Compartir a través de


IODataRequestMessage.Method Propiedad

Obtiene o establece el método HTTP utilizado para este mensaje de solicitud.

Espacio de nombres:  Microsoft.Data.OData
Ensamblado:  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Sintaxis

'Declaración
Property Method As String
    Get
    Set
'Uso
Dim instance As IODataRequestMessage
Dim value As String

value = instance.Method

instance.Method = value
string Method { get; set; }
property String^ Method {
    String^ get ();
    void set (String^ value);
}
abstract Method : string with get, set
function get Method () : String
function set Method (value : String)

Valor de la propiedad

Tipo: System.String
El método HTTP utilizado para este mensaje de solicitud.

Vea también

Referencia

IODataRequestMessage Interfaz

Espacio de nombres Microsoft.Data.OData