DirectoryResponse.RequestId プロパティ

定義

RequestId プロパティには、要求識別子が含まれています。

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

プロパティ値

要求識別子。

例外

ユーザーがプロパティ値を設定しようとしました。

適用対象