Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets name of the controller as it will appear in the user interface (UI).
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
string DisplayName { get; set; }
property String^ DisplayName {
String^ get();
void set(String^ value);
}
abstract DisplayName : string with get, set
Property DisplayName As String
Property Value
Type: System.String
See Also
ITestController Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top