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)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    uniqueId As Guid _
) As SPFieldIndex
    Get
'Usage
Dim instance As SPFieldIndexCollection
Dim uniqueId As Guid
Dim value As SPFieldIndex

value = instance(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