共用方式為


FieldLookup.LookupList 屬性

取得或設定值,對於有欄位可作為查閱值的清單指定清單識別碼。

命名空間:  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 LookupList As String
    Get
    Set
'用途
Dim instance As FieldLookup
Dim value As String

value = instance.LookupList

instance.LookupList = value
public string LookupList { get; set; }

屬性值

類型:System.String
傳回代表清單中包含的欄位,做為查閱值的清單識別碼String執行個體。

例外狀況

例外狀況 條件
[Microsoft.SharePoint.SPException]

當您嘗試在已經設定此屬性,或伺服器不允許變更欄位的內容變更的值時,會擲回。錯誤碼 ︰-2146232832。

[System.NotSupportedException]

當屬性為唯讀,此欄位所屬的清單,外部清單。錯誤碼:-1。

備註

這個屬性會傳回來源清單**ID()屬性的字串表示。當您建立FieldLookup物件,則可電話AddLookup(String, Guid, Boolean)AddDependentLookup(String, Guid)**物件的方法FieldCollection清單的欄位集合代表您要新增查閱欄的位置時,會自動設定LookupList屬性。

重要

查閱欄建立之後,您無法變更目標清單。

請參閱

參照

FieldLookup 類別

FieldLookup 成員

Microsoft.SharePoint.Client 命名空間