ISession.Duration 属性

 

测试会话的持续时间。

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

语法

TimeSpan Duration { get; set; }
property TimeSpan Duration {
    TimeSpan get();
    void set(TimeSpan value);
}
abstract Duration : TimeSpan with get, set
Property Duration As TimeSpan

属性值

Type: System.TimeSpan

返回 TimeSpan

请参阅

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

返回页首