TeamFoundationDatabaseProperties.MaxTenants Property
The maximum capacity of tenants allowed in the database.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property MaxTenants As Integer
public int MaxTenants { get; set; }
public:
property int MaxTenants {
int get ();
void set (int value);
}
member MaxTenants : int with get, set
function get MaxTenants () : int
function set MaxTenants (value : int)
Property Value
Type: System.Int32
.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.