SPMobileLookupField.LookupId 属性

获取查阅字段的 ID。

命名空间:  Microsoft.SharePoint.Mobile.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Protected Overridable ReadOnly Property LookupId As Integer
    Get
用法
Dim value As Integer

value = Me.LookupId
protected virtual int LookupId { get; }

属性值

类型:System.Int32
Int32 表示查阅字段的 ID。

备注

提供此属性是为了简化代码。它将返回LookupIDLookupFieldValue属性所引用的对象。

另请参阅

引用

SPMobileLookupField 类

SPMobileLookupField 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间