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
)
參數
web
Type: Microsoft.SharePoint.SPWeb要建立欄位的網站。
fieldValue
Type: System.String[使用者] 欄位的值。