共用方式為


ISession.UserStoryId 屬性

為其執行工作階段的使用者劇本 ID。0 代表臨機操作工作階段。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
Property UserStoryId As Integer
int UserStoryId { get; set; }
property int UserStoryId {
    int get ();
    void set (int value);
}
abstract UserStoryId : int with get, set
function get UserStoryId () : int 
function set UserStoryId (value : int)

屬性值

類型:Int32
傳回 Int32

.NET Framework 安全性

請參閱

參考

ISession 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間