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

 

Gets or sets a description of this test element.

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

public:
[DefaultValueAttribute("")]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{B65344DF-319D-4a50-B8FB-0292317C6E8A}")]
[PropertyWindowAttribute]
property String^ Description {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

A description of this test element.

Return to top
Show: