TeamFoundationRequestContext.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
- 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.