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