Partilhar via


FieldComputed.EnableLookup propriedade

Obtém ou define um valor que especifica se um campo de pesquisa pode referenciar o campo.

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 EnableLookup As Boolean
    Get
    Set
'Uso
Dim instance As FieldComputed
Dim value As Boolean

value = instance.EnableLookup

instance.EnableLookup = value
public bool EnableLookup { get; set; }

Valor de propriedade

Tipo: System.Boolean
Retorna Booleantrue se um campo de pesquisa pode fazer referência ao campo caso contrário, retorna false. O valor padrão é

Ver também

Referência

FieldComputed classe

FieldComputed membros

Microsoft.SharePoint.Client namespace