ITestController.DisplayName Propriedade
Obtém ou define o nome do controlador como ele aparecerá na interface do usuário.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
string DisplayName { get; set; }
property String^ DisplayName {
String^ get();
void set(String^ value);
}
abstract DisplayName : string with get, set
Property DisplayName As String
Valor de propriedade
Type: System.String
Consulte também
Interface ITestController
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo