SPFieldIndexCollection.Item Property (Guid)

Gets the SPFieldIndex object with the specified GUID in the SPFieldIndexCollection.

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 ( _
    uniqueId As Guid _
) As SPFieldIndex
    Get
'Usage
Dim instance As SPFieldIndexCollection
Dim uniqueId As Guid
Dim value As SPFieldIndex

value = instance.Item(uniqueId)
public SPFieldIndex this[
    Guid uniqueId
] { get; }

Parameters

Property Value

Type: Microsoft.SharePoint.SPFieldIndex
The SPFieldIndex object in the current SPFieldIndexCollection with the specified GUID.

See Also

Reference

SPFieldIndexCollection Class

SPFieldIndexCollection Members

Item Overload

Microsoft.SharePoint Namespace