SPFieldIndexCollection Class

Represents a collection of SPFieldIndex objects.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.SPBaseCollection
      Microsoft.SharePoint.SPFieldIndexCollection

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPFieldIndexCollection _
    Inherits SPBaseCollection
'Usage
Dim instance As SPFieldIndexCollection
[SubsetCallableTypeAttribute]
public sealed class SPFieldIndexCollection : SPBaseCollection

Remarks

This class is sealed and cannot be inherited.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPFieldIndexCollection Members

Microsoft.SharePoint Namespace