SPFieldUserValueCollection class

Contains a collection of user field values.

Inheritance hierarchy

System.Object
  System.Collections.Generic.List<SPFieldUserValue>
    Microsoft.SharePoint.SPFieldUserValueCollection

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class SPFieldUserValueCollection _
    Inherits List(Of SPFieldUserValue) _
    Implements ISerializable
'Usage
Dim instance As SPFieldUserValueCollection
[SerializableAttribute]
public class SPFieldUserValueCollection : List<SPFieldUserValue>, 
    ISerializable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPFieldUserValueCollection members

Microsoft.SharePoint namespace