Share via


TestElement.Owner Property

Gets or sets the name of the owner of this test element.

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

Syntax

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

Property Value

Type: System.String
The name of the owner of this test element.

Implements

ITestElement.Owner

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace