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