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
- 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.