ISession.UserStoryTitle 属性

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

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

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

语法

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

属性值

类型:System.String
返回 String

.NET Framework 安全性

请参见

参考

ISession 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间