ContentSourceCollection.Capacity Property
Gets the maximum number of content sources allowed.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Capacity As Integer
Get
'Usage
Dim value As Integer
value = ContentSourceCollection.Capacity
public static int Capacity { get; }
Property Value
Type: System.Int32
A 32-bit integer representing the maximum number of content sources.
Remarks
The maximum number of content sources is 500.