DirectoryRequest.RequestId 속성

정의

요청에 지정된 요청 ID를 가져오거나 설정합니다.

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

속성 값

요청에 지정된 요청 ID입니다.

적용 대상