ISession.UserStoryId 属性

 

会话运行 ID 的用户情景。通过使用新的特殊方法建立的会话,为 0。

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

语法

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

属性值

Type: System.Int32

返回 Int32

请参阅

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

返回页首