IDataCollectorInformation.TypeUri 属性

获取或设置标识数据收集器类型的唯一 URI。

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

语法

声明
Property TypeUri As Uri
Uri TypeUri { get; set; }
property Uri^ TypeUri {
    Uri^ get ();
    void set (Uri^ value);
}
abstract TypeUri : Uri with get, set
function get TypeUri () : Uri
function set TypeUri (value : Uri)

属性值

类型:System.Uri
标识数据收集器类型的 URI。

.NET Framework 安全性

请参见

参考

IDataCollectorInformation 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间