IResourceResponse<T>.ActivityId Property

 

Gets the activity ID for the request.

Namespace:   Microsoft.Azure.Documents.Client
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

Syntax

string ActivityId { get; }
property String^ ActivityId {
    String^ get();
}
ReadOnly Property ActivityId As String

Property Value

Type: System.String

The activity ID for the request.

Remarks

This is exposed for mocking purposes for the Azure DocumentDB database service.

See Also

IResourceResponse<T> Interface
Microsoft.Azure.Documents.Client Namespace

Return to top