Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the count of the fields in the current SPFieldIndex object instance.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.