SPFieldTypeDefinitionCollection.Item property (Int32)
Gets the field type definition at the specified index in the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
iIndex As Integer _
) As SPFieldTypeDefinition
Get
'Usage
Dim instance As SPFieldTypeDefinitionCollection
Dim iIndex As Integer
Dim value As SPFieldTypeDefinition
value = instance(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