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 field type definition at the specified index in the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Item ( _
iIndex As Integer _
) As SPFieldTypeDefinition
Get
'Usage
Dim instance As SPFieldTypeDefinitionCollection
Dim iIndex As Integer
Dim value As SPFieldTypeDefinition
value = instance.Item(iIndex)
public SPFieldTypeDefinition this[
int iIndex
] { get; }
Parameters
iIndex
Type: System.Int32A 32-bit integer that specifies the index of the field type definition.
Property Value
Type: Microsoft.SharePoint.SPFieldTypeDefinition
An SPFieldTypeDefinition object that represents the field type definition.
See Also
Reference
SPFieldTypeDefinitionCollection Class