Compartir a través de


ODataBatchOperationRequestMessage.Method Propiedad

Obtiene 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
Public Property Method As String
    Get
    Set
'Uso
Dim instance As ODataBatchOperationRequestMessage
Dim value As String

value = instance.Method

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

Valor de la propiedad

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

Implementa

IODataRequestMessage.Method

Vea también

Referencia

ODataBatchOperationRequestMessage Clase

Espacio de nombres Microsoft.Data.OData