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
- id
Type: System.Guid
Return value
Type: Microsoft.SharePoint.Client.FieldLink