SPMobileLookupField.LookupValue 属性
获取要查找字符串形式的值。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overridable ReadOnly Property LookupValue As String
Get
用法
Dim value As String
value = Me.LookupValue
protected virtual string LookupValue { get; }
属性值
类型:System.String
表示查找的值String 。
备注
提供此属性是为了简化代码。它将返回LookupValue的LookupFieldValue属性所引用的对象。