Свойство FieldLookup.LookupField
Gets or sets a value that specifies the internal field name of the field used as the lookup values.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Property LookupField As String
Get
Set
'Применение
Dim instance As FieldLookup
Dim value As String
value = instance.LookupField
instance.LookupField = value
public string LookupField { get; set; }
Значение свойства
Тип: System.String
Returns a String instance representing the internal field name of the field used as the lookup values.
Исключения
Исключение | Условие |
---|---|
[Microsoft.SharePoint.SPException] | The server does not allow properties of the field to be changed. Error code: -2146232832. |
[System.NotSupportedException] | When the property is read and the list that this field belongs to is an external list. Error code: -1. |
Замечания
The target of the LookupField property must be one of the following field types:
FieldType.Counter
FieldType.DateTime
FieldType.Number
FieldType.Text
In addition, FieldType.Computed is allowed as a target if lookups are enabled. For more information, see the EnableLookup property of the FieldComputed class. The FieldType.Calculated field type can be a target if the output is text. For more information, see the OutputType property of the FieldCalculated class.