del método FieldLinkCollection.GetById
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Microsoft.SharePoint.Client.FieldLink