HierarchyEntry.SuiteType Propriedade
Obtém o tipo deste conjunto.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
public TestSuiteType SuiteType { get; }
public:
property TestSuiteType SuiteType {
TestSuiteType get();
}
member SuiteType : TestSuiteType with get
Public ReadOnly Property SuiteType As TestSuiteType
Valor de propriedade
Type: Microsoft.TeamFoundation.TestManagement.Client.TestSuiteType
O tipo de pacote.
Consulte também
ITestSuiteBase
TestSuiteType
Classe HierarchyEntry
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo