Propriedade ITmiTestImplementation.TestType
Obtém ou define o tipo do teste.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: String
O tipo de 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ável.