Proprietà HttpWebRequestMessage.Method
Restituisce il metodo per questa richiesta.
Spazio dei nomi System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Sintassi
'Dichiarazione
Public Property Method As String
Get
Set
'Utilizzo
Dim instance As HttpWebRequestMessage
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)
Valore proprietà
Tipo: System.String