返回此请求的方法。
命名空间: System.Data.Services.Client
程序集: Microsoft.Data.Services.Client(在 Microsoft.Data.Services.Client.dll 中)
语法
声明
Public Property Method As String
Get
Set
用法
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)