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)

属性值

类型:System.Int32
返回 Int32

.NET Framework 安全性

请参见

参考

ISession 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间