共用方式為


SPFieldUserValue.LookupValue property

取得使用者欄位的值做為字串。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Overrides ReadOnly Property LookupValue As String
    Get
'用途
Dim instance As SPFieldUserValue
Dim value As String

value = instance.LookupValue
public override string LookupValue { get; }

Property value

Type: System.String
字串,包含 [查詢] 欄位的值。

請參閱

參照

SPFieldUserValue class

SPFieldUserValue members

Microsoft.SharePoint namespace