TeamFoundationTask<T>.ServicingContext Property
Flag indicating if this task should return a servicing or system context to the callback.
Namespace: Microsoft.TeamFoundation.Framework.Server.Task
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property ServicingContext As Boolean
public bool ServicingContext { get; internal set; }
public:
property bool ServicingContext {
bool get ();
internal: void set (bool value);
}
member ServicingContext : bool with get, internal set
function get ServicingContext () : boolean
internal function set ServicingContext (value : boolean)
Property Value
Type: System.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.