Partager via


Propriété IODataRequestMessage.Method

Obtient ou définit la méthode HTTP utilisée pour ce message de demande.

Espace de noms :  Microsoft.Data.OData
Assembly :  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Syntaxe

'Déclaration
Property Method As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
Méthode HTTP utilisée pour ce message de demande.

Voir aussi

Référence

IODataRequestMessage Interface

Espace de noms Microsoft.Data.OData