SPFieldUserValueCollection members
Contains a collection of user field values.
The SPFieldUserValueCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPFieldUserValueCollection() | Initializes a new instance of the SPFieldUserValueCollection class. |
![]() |
SPFieldUserValueCollection(SerializationInfo, StreamingContext) | Initializes a new instance of the SPFieldUserValueCollection class with serialized data. |
![]() |
SPFieldUserValueCollection(SPWeb, String) | Initializes a new instance of the SPFieldUserValueCollection class that is based on the specified website and field value. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Capacity | (Inherited from List<SPFieldUserValue>.) |
![]() |
Count | (Inherited from List<SPFieldUserValue>.) |
![]() |
Item | (Inherited from List<SPFieldUserValue>.) |
Top
Methods
Top
Explicit interface implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList.Add | (Inherited from List<SPFieldUserValue>.) |
![]() ![]() |
IList.Contains | (Inherited from List<SPFieldUserValue>.) |
![]() ![]() |
ICollection.CopyTo | (Inherited from List<SPFieldUserValue>.) |
![]() ![]() |
IEnumerable<T>.GetEnumerator | (Inherited from List<SPFieldUserValue>.) |
![]() ![]() |
IEnumerable.GetEnumerator | (Inherited from List<SPFieldUserValue>.) |
![]() ![]() |
IList.IndexOf | (Inherited from List<SPFieldUserValue>.) |
![]() ![]() |
IList.Insert | (Inherited from List<SPFieldUserValue>.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from List<SPFieldUserValue>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Inherited from List<SPFieldUserValue>.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from List<SPFieldUserValue>.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from List<SPFieldUserValue>.) |
![]() ![]() |
IList.Item | (Inherited from List<SPFieldUserValue>.) |
![]() ![]() |
IList.Remove | (Inherited from List<SPFieldUserValue>.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from List<SPFieldUserValue>.) |
Top