CloudException.RequestId Property

 

Gets the request identifier.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

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

Property Value

Type: System.String

See Also

CloudException Class
Microsoft.WindowsAzure Namespace

Return to top