Compartilhar via


Propriedade IMachineRole.Name

Obtém ou define um nome de exibição do usuário para esta função da máquina.Deve ser exclusivo.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
Property Name As String
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
Obtém um nome de exibição do usuário para esta função da máquina.

Segurança do .NET Framework

Consulte também

Referência

IMachineRole Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client