UserProfileValueCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of user profile values.
The UserProfileValueCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) | |
Count | (Inherited from CollectionBase.) | |
InnerList | (Inherited from CollectionBase.) | |
Item | Gets or sets the user profile value associated with the specified index of the collection. | |
List | (Inherited from CollectionBase.) | |
Privacy | ||
Property | ||
Value | Gets or sets the values of the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add | ||
Clear | (Inherited from CollectionBase.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from CollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnClear | (Overrides CollectionBase.OnClear().) | |
OnClearComplete | (Inherited from CollectionBase.) | |
OnInsert | (Overrides CollectionBase.OnInsert(Int32, Object).) | |
OnInsertComplete | (Inherited from CollectionBase.) | |
OnRemove | (Overrides CollectionBase.OnRemove(Int32, Object).) | |
OnRemoveComplete | (Inherited from CollectionBase.) | |
OnSet | (Inherited from CollectionBase.) | |
OnSetComplete | (Inherited from CollectionBase.) | |
OnValidate | (Inherited from CollectionBase.) | |
RemoveAt | (Inherited from CollectionBase.) | |
ToString | (Overrides Object.ToString().) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from CollectionBase.) | |
IList.Contains | (Inherited from CollectionBase.) | |
ICollection.CopyTo | (Inherited from CollectionBase.) | |
IList.IndexOf | (Inherited from CollectionBase.) | |
IList.Insert | (Inherited from CollectionBase.) | |
IList.IsFixedSize | (Inherited from CollectionBase.) | |
IList.IsReadOnly | (Inherited from CollectionBase.) | |
ICollection.IsSynchronized | (Inherited from CollectionBase.) | |
IList.Item | (Inherited from CollectionBase.) | |
IList.Remove | (Inherited from CollectionBase.) | |
ICollection.SyncRoot | (Inherited from CollectionBase.) |
Top