OperationResponse.RequestId 属性

 

获取已向服务发出请求的标识符。

命名空间:   Microsoft.WindowsAzure
程序集:  Microsoft.WindowsAzure.Common(Microsoft.WindowsAzure.Common.dll 中)

语法

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

属性值

Type: System.String

请求的标识符。

请参阅

OperationResponse 类
Microsoft.WindowsAzure 命名空间

返回页首