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
- 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.