Condividi tramite


Proprietà OperationResponse.RequestId

 

Ottiene l'identificatore della richiesta è stata effettuata al servizio.

Spazio dei nomi:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Sintassi

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

Valore proprietà

Type: System.String

Identificatore della richiesta.

Vedere anche

Classe OperationResponse
Spazio dei nomi Microsoft.WindowsAzure

Torna all'inizio