Compartilhar via


FieldLookupValue.LookupId propriedade

Obtém ou define o identificador (ID) do item de lista ao qual esta instância do campo de pesquisa se refere.

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 Property LookupId As Integer
    Get
    Set
'Uso
Dim instance As FieldLookupValue
Dim value As Integer

value = instance.LookupId

instance.LookupId = value
public int LookupId { get; set; }

Valor de propriedade

Tipo: System.Int32
Retorna uma instância de Int32 que representa o identificador (ID) da lista que esta instância do campo de pesquisa está fazendo referência a.

Ver também

Referência

FieldLookupValue classe

FieldLookupValue membros

Microsoft.SharePoint.Client namespace