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)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
id As Guid _
) As SPField
Get
'Usage
Dim instance As SPFieldCollection
Dim id As Guid
Dim value As SPField
value = instance(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.