Propriedade TestRun.Name
Obtém ou define o nome da execução do teste.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
<VisiblePropertyAttribute> _
Public Property Name As String
Get
Set
[VisiblePropertyAttribute]
public string Name { get; set; }
[VisiblePropertyAttribute]
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
[<VisiblePropertyAttribute>]
member Name : string with get, set
function get Name () : String
function set Name (value : String)
Valor de propriedade
Tipo: System.String
O nome da execução do teste.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.