Share via


TestElement.Owner Property

Definition

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

public:
 virtual property System::String ^ Owner { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.VisualStudio.TestTools.Common.GroupingProperty]
[Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Owner_PropertyDescription")]
[Microsoft.VisualStudio.TestTools.Common.PropertyWindow]
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Owner")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
[System.ComponentModel.DefaultValue("")]
public virtual string Owner { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.GroupingProperty>]
[<Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Owner_PropertyDescription")>]
[<Microsoft.VisualStudio.TestTools.Common.PropertyWindow>]
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Owner")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")>]
[<System.ComponentModel.DefaultValue("")>]
member this.Owner : string with get, set
Public Overridable Property Owner As String

Property Value

The name of the owner of this test element.

Implements

Attributes

Applies to