Workstation.ConfigurationEnabled Property

When true, the configuration directory exists and will be used. When false, either we do not have access to the directory, it does not exist, or it has been set to false by the application, and we'll want to run without the configuration cache.

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

Syntax

'Declaration
Public Shared Property ConfigurationEnabled As Boolean
public static bool ConfigurationEnabled { get; set; }
public:
static property bool ConfigurationEnabled {
    bool get ();
    void set (bool value);
}
static member ConfigurationEnabled : bool with get, set
static function get ConfigurationEnabled () : boolean 
static function set ConfigurationEnabled (value : boolean)

Property Value

Type: System.Boolean
true if the configuration directory exists and will be used; otherwise, false.

.NET Framework Security

See Also

Reference

Workstation Class

Microsoft.TeamFoundation.VersionControl.Client Namespace