ITestManagementTeamProject.Sessions Property
Contains methods to create, query, and delete sessions.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
ReadOnly Property Sessions As ISessionHelper
ISessionHelper Sessions { get; }
property ISessionHelper^ Sessions {
ISessionHelper^ get ();
}
abstract Sessions : ISessionHelper with get
function get Sessions () : ISessionHelper
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ISessionHelper
.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.