ITestConfiguration.IsDefault Property

 

Gets or sets a value that indicates whether this configuration is a default configuration for the project.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

bool IsDefault { get; set; }
property bool IsDefault {
    bool get();
    void set(bool value);
}
abstract IsDefault : bool with get, set
Property IsDefault As Boolean

Property Value

Type: System.Boolean

true if this configuration will be included in newly created test plans; otherwise, false.

Remarks

When you create a new plan, it creates a test configuration that has all the default settings for the project.

See Also

ITestConfiguration Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top