Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
[GroupingPropertyAttribute]
[DefaultValueAttribute("")]
[UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
[PropertyWindowAttribute]
property String^ Owner {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The name of the owner of this test element.

Return to top
Show: