SPFieldIndexCollection.Capacity Property
Gets a value that is the maximum number of SPFieldIndex objects that the collection can contain.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Shared ReadOnly Property Capacity As Integer
Get
'Usage
Dim value As Integer
value = SPFieldIndexCollection.Capacity
public static int Capacity { get; }
Property Value
Type: System.Int32
A Int32 value that represents the maximum number of objects that the collection can contain.