Freigeben über


TestElement.Owner-Eigenschaft

Ruft den Namen des Besitzers von diesem Testelement ab oder legt diesen fest.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")> _
<GroupingPropertyAttribute> _
<PropertyWindowAttribute> _
Public Overridable Property Owner As String
[UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute]
public virtual string Owner { get; set; }
[UserVisiblePropertyAttribute(L"{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute]
public:
virtual property String^ Owner {
    String^ get ();
    void set (String^ value);
}
[<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")>]
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute>]
abstract Owner : string with get, set
[<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")>]
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute>]
override Owner : string with get, set
function get Owner () : String
function set Owner (value : String)

Eigenschaftswert

Typ: System.String
Der Name des Besitzers von diesem Testelement.

Implementiert

ITestElement.Owner

.NET Framework-Sicherheit

Siehe auch

Referenz

TestElement Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace