RequestContextBase.ContextId Property

This is a unique Identifier that is assigned to each RequestContextBase as it is created. This identifier is never changed throughout the request execution.

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

Syntax

'Declaration
Public Overridable ReadOnly Property ContextId As Long
public virtual long ContextId { get; }
public:
virtual property long long ContextId {
    long long get ();
}
abstract ContextId : int64 with get 
override ContextId : int64 with get
function get ContextId () : long

Property Value

Type: System.Int64
Returns Int64.

.NET Framework Security

See Also

Reference

RequestContextBase Class

Microsoft.TeamFoundation.Framework.Server Namespace