SPFieldUserValue Constructor (SPWeb)
Initializes a new instance of the SPFieldUserValue class based on the specified Web site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub New ( _
web As SPWeb _
)
'Usage
Dim web As SPWeb
Dim instance As New SPFieldUserValue(web)
public SPFieldUserValue(
SPWeb web
)
Parameters
web
Type: Microsoft.SharePoint.SPWebThe parent Web site for the field.