HierarchyEntry.SuiteTitle Property
Gets the title of this suite.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public string SuiteTitle { get; }
public:
property String^ SuiteTitle {
String^ get();
}
member SuiteTitle : string with get
Public ReadOnly Property SuiteTitle As String
Property Value
Type: System.String
The title of this suite.
See Also
ITestSuiteBase
HierarchyEntry Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top