Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the HTTP method used for this request message.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Method As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The HTTP method used for this request message.