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

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

Property Value

Type: 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.

.NET Framework Security

See Also

Reference

ITestConfiguration Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace