This documentation is archived and is not being maintained.

FileType::AllowMultipleCheckout Property

Gets a flag that describes whether the file type allows multiple check-outs.

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

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

Property Value

Type: System::Boolean
True if the file type allows multiple check-outs; otherwise, false.

Show: