ClientRequestTrackingHandler.TrackingId Property
Gets the tracking identifier.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
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
Property Value
Type: System.String
The tracking identifier.
See Also
ClientRequestTrackingHandler Class
Microsoft.WindowsAzure Namespace
Return to top