SPFieldIndex.FieldCount Property

Gets the count of the fields in the current SPFieldIndex object instance.

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

Syntax

'Declaration
Public ReadOnly Property FieldCount As Integer
    Get
'Usage
Dim instance As SPFieldIndex
Dim value As Integer

value = instance.FieldCount
public int FieldCount { get; }

Property Value

Type: System.Int32
A 32-bit integer value that represents the count of the fields.

See Also

Reference

SPFieldIndex Class

SPFieldIndex Members

Microsoft.SharePoint Namespace