Compartilhar via


Propriedade ITestList.Name

Obtém ou define o nome da lista.

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

Sintaxe

'Declaração
Property Name As String
    Get
    Set
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String
function set Name (value : String)

Valor de propriedade

Tipo: System.String
A string que contém o nome da lista.

Segurança do .NET Framework

Consulte também

Referência

ITestList Interface

Namespace Microsoft.VisualStudio.TestTools.Common