This documentation is archived and is not being maintained.

TeamProject::ExclusiveCheckout Property

Gets or sets a flag that describes whether files modified in this team project will be exclusively locked.

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

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

Property Value

Type: System::Boolean
True if any item in this team project is locked for every pending change.
False if a pending change does not affect the lock status of items.

Show: