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::Name Property

 

Gets or sets the name of this test element.

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

public:
[DefaultValueAttribute("")]
[ReadOnlyAttribute(true)]
[UserVisiblePropertyAttribute("{A9405AE6-9AC6-4f0e-A03F-7AFE45F6FCB7}")]
[PropertyWindowAttribute]
property String^ Name {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The name of this test element.

Return to top
Show: