ContentSourceCollection.Capacity property

Gets the maximum number of content sources that are 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 allowed content sources.

Remarks

The maximum number of content sources is 500.

See also

Reference

ContentSourceCollection class

ContentSourceCollection members

Microsoft.Office.Server.Search.Administration namespace