ITmiTestImplementation.TestType (Propiedad)
Obtiene o establece el tipo de la prueba.
Espacio de nombres: Microsoft.TeamFoundation.TestManagement.Client
Ensamblado: Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxis
'Declaración
Property TestType As String
string TestType { get; set; }
property String^ TestType {
String^ get ();
void set (String^ value);
}
abstract TestType : string with get, set
function get TestType () : String
function set TestType (value : String)
Valor de propiedad
Tipo: String
Tipo de la 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)