ISession.UserStoryTitle Property
The title of the user story of the session, as of when the session is retrieved from the server.
May be null if the server is of an older version, or if the server is unable to fetch the title.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
string UserStoryTitle { get; }
property String^ UserStoryTitle {
String^ get();
}
abstract UserStoryTitle : string with get
ReadOnly Property UserStoryTitle As String
Property Value
Type: System.String
Returns String.
See Also
ISession Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top