Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

property String^ UserStoryTitle {
	String^ get();
}

Property Value

Type: System::String^

Returns String.

Return to top
Show: