共用方式為


SPFieldUserValue constructor (SPWeb, String)

初始化根據指定的網站和欄位值的SPFieldUserValue類別的新執行個體。

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

Syntax

'宣告
Public Sub New ( _
    web As SPWeb, _
    fieldValue As String _
)
'用途
Dim web As SPWeb
Dim fieldValue As String

Dim instance As New SPFieldUserValue(web, fieldValue)
public SPFieldUserValue(
    SPWeb web,
    string fieldValue
)

參數

請參閱

參照

SPFieldUserValue class

SPFieldUserValue members

SPFieldUserValue overload

Microsoft.SharePoint namespace