ITestEnvironment.DisplayName Property

 

Gets or sets the display name for the test environment.

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

The display name for the test environment.

See Also

ITestEnvironment Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top