FieldLinkCollection.GetById método
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public Function GetById ( _
id As Guid _
) As FieldLink
'Uso
Dim instance As FieldLinkCollection
Dim id As Guid
Dim returnValue As FieldLink
returnValue = instance.GetById(id)
public FieldLink GetById(
Guid id
)
Parâmetros
- id
Tipo: System.Guid
Valor retornado
Tipo: Microsoft.SharePoint.Client.FieldLink