This documentation is archived and is not being maintained.

ServerSettings::AllowAsynchronousCheckoutInServerWorkspaces Property

Gets or sets a value that indicates whether the server allows asynchronous checkout in server workspaces.

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

public:
property bool AllowAsynchronousCheckoutInServerWorkspaces {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if the server allows asynchronous checkout in server workspaces; otherwise, false.

Show: