Share via


PersistenceElementNameAttribute.Name Property

Gets the element name to use in persistence.

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

Syntax

'Declaration
Public ReadOnly Property Name As String
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Property Value

Type: System.String
The element name to use in persistence.

.NET Framework Security

See Also

Reference

PersistenceElementNameAttribute Class

Microsoft.VisualStudio.TestTools.Common Namespace