Share via


TestElement.m_name Field

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

Returns the value of the Name property.

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

Syntax

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

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace

Name