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

'Declaration
ReadOnly Property UserStoryTitle As String
string UserStoryTitle { get; }
property String^ UserStoryTitle {
    String^ get ();
}
abstract UserStoryTitle : string with get
function get UserStoryTitle () : String

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

ISession Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace