SPFieldLookupValue.LookupValue 属性

获取字符串形式的查阅字段的值。

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

语法

声明
Public Overridable Property LookupValue As String
    Get
    Protected Set
用法
Dim instance As SPFieldLookupValue
Dim value As String

value = instance.LookupValue

instance.LookupValue = value
public virtual string LookupValue { get; protected set; }

属性值

类型:System.String
一个字符串,包含查阅字段的值。

另请参阅

引用

SPFieldLookupValue 类

SPFieldLookupValue 成员

Microsoft.SharePoint 命名空间