Share via


FieldLinkCollection.GetById method

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetById ( _
    id As Guid _
) As FieldLink
'Usage
Dim instance As FieldLinkCollection
Dim id As Guid
Dim returnValue As FieldLink

returnValue = instance.GetById(id)
public FieldLink GetById(
    Guid id
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.FieldLink

See also

Reference

FieldLinkCollection class

FieldLinkCollection members

Microsoft.SharePoint.Client namespace