TeamFoundationRequestContext.IsSystemContext Property

Will return [true] when the context is being run as part of a system request and not associated with a client.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsSystemContext As Boolean
public virtual bool IsSystemContext { get; }
public:
virtual property bool IsSystemContext {
    bool get ();
}
abstract IsSystemContext : bool with get 
override IsSystemContext : bool with get
function get IsSystemContext () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace