CloudException.RoutingRequestId Propriedade
Obtém o identificador de solicitação de roteamento.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
public string RoutingRequestId { get; set; }
public:
property String^ RoutingRequestId {
String^ get();
void set(String^ value);
}
member RoutingRequestId : string with get, set
Public Property RoutingRequestId As String
Valor de propriedade
Type: System.String
Consulte também
Classe CloudException
Namespace Microsoft.WindowsAzure
Retornar ao topo