ISession.Bookmarks Property
Bookmarks created when executing this session.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
SessionPropertyCollection<ISessionBookmark> Bookmarks { get; }
property SessionPropertyCollection<ISessionBookmark^>^ Bookmarks {
SessionPropertyCollection<ISessionBookmark^>^ get();
}
abstract Bookmarks : SessionPropertyCollection<ISessionBookmark> with get
ReadOnly Property Bookmarks As SessionPropertyCollection(Of ISessionBookmark)
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.SessionPropertyCollection<ISessionBookmark>
Returns SessionPropertyCollection<T>.
See Also
ISession Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top