Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the root context associated with 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 RootContext As TeamFoundationRequestContext
public virtual TeamFoundationRequestContext RootContext { get; }
public:
virtual property TeamFoundationRequestContext^ RootContext {
TeamFoundationRequestContext^ get ();
}
abstract RootContext : TeamFoundationRequestContext with get
override RootContext : TeamFoundationRequestContext with get
function get RootContext () : TeamFoundationRequestContext
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Returns TeamFoundationRequestContext.
.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.