Share via


TestElement.m_description Field

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns the value of the Description property.

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

Syntax

'Declaration
<PersistenceElementNameAttribute("description")> _
Protected m_description As String
[PersistenceElementNameAttribute("description")]
protected string m_description
[PersistenceElementNameAttribute(L"description")]
protected:
String^ m_description
[<PersistenceElementNameAttribute("description")>]
val mutable m_description: string
protected var m_description : String

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace

Description