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)

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

FileType Class

Microsoft.TeamFoundation.VersionControl.Client Namespace