ISession.Duration 属性

测试会话的持续时间。

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

语法

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

属性值

类型:System.TimeSpan
返回 TimeSpan

.NET Framework 安全性

请参见

参考

ISession 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间