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 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
uniqueId
Type: System.GuidThe ID of the SPFieldIndex object to retrieve.
Property value
Type: Microsoft.SharePoint.SPFieldIndex
The SPFieldIndex object in the current SPFieldIndexCollection with the specified GUID.