FieldLookup.LookupWebId 屬性
取得或設定值,指定 GUID 可識別含有其中包含用來做為查閱值的欄位清單的網站。
命名空間: 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 LookupWebId As Guid
Get
Set
'用途
Dim instance As FieldLookup
Dim value As Guid
value = instance.LookupWebId
instance.LookupWebId = value
public Guid LookupWebId { get; set; }
屬性值
類型:System.Guid
傳回代表識別含有其中包含用來做為查閱值的欄位清單的網站 GUID Guid執行個體。
例外狀況
例外狀況 | 條件 |
---|---|
[Microsoft.SharePoint.SPException] | 伺服器不允許變更欄位的內容。錯誤碼 ︰-2146232832。 |
[System.NotSupportedException] | 當屬性唯讀,而且此欄位所屬的清單,外部清單。錯誤碼:-1。 |
備註
您必須具備BasePermissions。若要設定此屬性的Open權限。