Share via


TeamFoundationRequestContext.ActivityId Property

The Activity ID of the thread used to create this request context.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ActivityId As Guid
public virtual Guid ActivityId { get; }
public:
virtual property Guid ActivityId {
    Guid get ();
}
abstract ActivityId : Guid with get 
override ActivityId : Guid with get
function get ActivityId () : Guid

Property Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace