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