次の方法で共有


Request.RequestId プロパティ

定義

現在の要求の一意の要求識別子を取得します。

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

プロパティ値

要求識別子。

適用対象