共用方式為


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 命名空間