ITmiTestImplementation.TestName (Propiedad)
Obtiene o establece el nombre del método de prueba.
Espacio de nombres: Microsoft.TeamFoundation.TestManagement.Client
Ensamblado: Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxis
'Declaración
Property TestName As String
string TestName { get; set; }
property String^ TestName {
String^ get ();
void set (String^ value);
}
abstract TestName : string with get, set
function get TestName () : String
function set TestName (value : String)
Valor de propiedad
Tipo: String
Nombre del método de prueba.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
ITmiTestImplementation Interfaz
Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)