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.
The new context that has already been set on the monitor service.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property NewContext As ITeamFoundationContext
public ITeamFoundationContext NewContext { get; private set; }
public:
property ITeamFoundationContext^ NewContext {
ITeamFoundationContext^ get ();
private: void set (ITeamFoundationContext^ value);
}
member NewContext : ITeamFoundationContext with get, private set
function get NewContext () : ITeamFoundationContext
private function set NewContext (value : ITeamFoundationContext)
Property Value
Type: Microsoft.TeamFoundation.Client.ITeamFoundationContext
Returns ITeamFoundationContext.
.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.