次の方法で共有


HttpRequestInfo.Method Property

 

Optional. The method.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public string Method { get; set; }
public:
property String^ Method {
    String^ get();
    void set(String^ value);
}
member Method : string with get, set
Public Property Method As String

Property Value

Type: System.String

See Also

HttpRequestInfo Class
Microsoft.Azure.Insights.Models Namespace

Return to top