OwnerAttribute.Owner 属性

获取测试的所有者。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public ReadOnly Property Owner As String
public string Owner { get; }
public:
property String^ Owner {
    String^ get ();
}
member Owner : string with get
function get Owner () : String

属性值

类型:System.String
测试的所有者。

.NET Framework 安全性

请参见

参考

OwnerAttribute 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间