Compartilhar via


CloudException.RequestId Propriedade

 

Obtém o identificador da solicitação.

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

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

Classe CloudException
Namespace Microsoft.WindowsAzure

Retornar ao topo