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

'Declaration
ReadOnly Property Bookmarks As SessionPropertyCollection(Of ISessionBookmark)
SessionPropertyCollection<ISessionBookmark> Bookmarks { get; }
property SessionPropertyCollection<ISessionBookmark^>^ Bookmarks {
    SessionPropertyCollection<ISessionBookmark^>^ get ();
}
abstract Bookmarks : SessionPropertyCollection<ISessionBookmark> with get
function get Bookmarks () : SessionPropertyCollection<ISessionBookmark>

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.SessionPropertyCollection<ISessionBookmark>
Returns SessionPropertyCollection<T>.

.NET Framework Security

See Also

Reference

ISession Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace