Condividi tramite


Proprietà IODataRequestMessage.Method

Ottiene o imposta il metodo HTTP utilizzato per il messaggio di richiesta.

Spazio dei nomi  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Sintassi

'Dichiarazione
Property Method As String
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
Metodo HTTP utilizzato per il messaggio di richiesta.

Vedere anche

Riferimento

IODataRequestMessage Interfaccia

Spazio dei nomi Microsoft.Data.OData