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 with the specified identifier (ID) from 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 ( _
id As Guid _
) As SPField
Get
'Usage
Dim instance As SPFieldCollection
Dim id As Guid
Dim value As SPField
value = instance.Item(id)
public SPField this[
Guid id
] { get; }
Parameters
id
Type: System.GuidA System.Guid object that specifies the field ID.
Property Value
Type: Microsoft.SharePoint.SPField
An SPField object that represents the field.