ISession.UserStoryTitle 属性

 

该会话从服务器检索的用户会话情景的标题。

如果此服务器是旧版本或不能获取标题,则可能为 null。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

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

属性值

Type: System.String

返回 String

请参阅

ISession 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首