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)
Syntax
'Declaration
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{B65344DF-319D-4a50-B8FB-0292317C6E8A}")> _
<PropertyWindowAttribute> _
Public Overridable Property Description As String
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{B65344DF-319D-4a50-B8FB-0292317C6E8A}")]
[PropertyWindowAttribute]
public virtual string Description { get; set; }
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{B65344DF-319D-4a50-B8FB-0292317C6E8A}")]
[PropertyWindowAttribute]
public:
virtual property String^ Description {
String^ get ();
void set (String^ value);
}
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{B65344DF-319D-4a50-B8FB-0292317C6E8A}")>]
[<PropertyWindowAttribute>]
abstract Description : string with get, set
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{B65344DF-319D-4a50-B8FB-0292317C6E8A}")>]
[<PropertyWindowAttribute>]
override Description : string with get, set
function get Description () : String
function set Description (value : String)
Property Value
Type: String
A description of this test element.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.