SPFieldUserValueCollection constructor (SPWeb, String)
Initializes a new instance of the SPFieldUserValueCollection class that is based on the specified website and field value.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
web As SPWeb, _
fieldValue As String _
)
'Usage
Dim web As SPWeb
Dim fieldValue As String
Dim instance As New SPFieldUserValueCollection(web, fieldValue)
public SPFieldUserValueCollection(
SPWeb web,
string fieldValue
)
Parameters
web
Type: Microsoft.SharePoint.SPWebThe website in which to create the collection.
fieldValue
Type: System.StringThe multicolumn field value.
See also
Reference
SPFieldUserValueCollection class
SPFieldUserValueCollection members