次の方法で共有


HttpRequestInfo.ClientRequestId Property

 

Optional. The client request id.

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

Syntax

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

Property Value

Type: System.String

See Also

HttpRequestInfo Class
Microsoft.Azure.Insights.Models Namespace

Return to top