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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.