ServerSettings.IsDefault Property

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

Syntax

'Declaration
Public ReadOnly Property IsDefault As Boolean
public bool IsDefault { get; }
public:
property bool IsDefault {
    bool get ();
}
member IsDefault : bool with get
function get IsDefault () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ServerSettings Class

Microsoft.TeamFoundation.VersionControl.Client Namespace