共用方式為


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

屬性值

類型:String
傳回 String

.NET Framework 安全性

請參閱

參考

ISession 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間