Request.RequestId Property

Definition

Gets a unique request identifier for the current request.

public:
 property System::String ^ RequestId { System::String ^ get(); };
public string RequestId { get; }
member this.RequestId : string
Public ReadOnly Property RequestId As String

Property Value

The request identifier.

Applies to