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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.