ClientRequestTrackingHandler.TrackingId Propriedade
Obtém o identificador de rastreamento.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
public string TrackingId { get; private set; }
public:
property String^ TrackingId {
String^ get();
private: void set(String^ value);
}
member TrackingId : string with get, private set
Public Property TrackingId As String
Get
Private Set
End Property
Valor de propriedade
Type: System.String
O identificador do rastreamento.
Consulte também
Classe ClientRequestTrackingHandler
Namespace Microsoft.WindowsAzure
Retornar ao topo