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
Public property Capacity (Inherited from CollectionBase.)
Public property Count (Inherited from CollectionBase.)
Protected property InnerList (Inherited from CollectionBase.)
Protected property IsDirty (Inherited from ProfileValueCollectionBase.)
Public property Item (Inherited from ProfileValueCollectionBase.)
Protected property List (Inherited from CollectionBase.)
Public property Privacy Returns the Privacy object associated with this profile property. (Inherited from ProfileValueCollectionBase.)
Protected property Profile (Inherited from ProfileValueCollectionBase.)
Protected property ProfileManager (Inherited from ProfileValueCollectionBase.)
Public property ProfileSubtypeProperty Returns the profile subtype property associated with this profile property. (Inherited from ProfileValueCollectionBase.)
Public property Property Obsolete. Returns the profile property associated with this profile property. (Inherited from ProfileValueCollectionBase.)
Public property Value Gets or sets the value of the profile property. (Inherited from ProfileValueCollectionBase.)

Top

Methods

  Name Description
Protected method _SetUnvalidatedValues(ICollection) (Inherited from ProfileValueCollectionBase.)
Protected method _SetUnvalidatedValues(ICollection, Boolean) (Inherited from ProfileValueCollectionBase.)
Public method Add (Inherited from ProfileValueCollectionBase.)
Public method AddTaxonomyTerm Adds a new taxonomy term to the collection, if this is a taxonomic property. (Inherited from ProfileValueCollectionBase.)
Protected method AddUnvalidatedValue(Object) (Inherited from ProfileValueCollectionBase.)
Protected method AddUnvalidatedValue(Object, Boolean) (Inherited from ProfileValueCollectionBase.)
Protected method CheckUpdatePermissions Determines whether the current user has permission to change a profile property value. Throws an UnauthorizedAccessException if the current user does not have permission to make the change. (Overrides ProfileValueCollectionBase.CheckUpdatePermissions().)
Public method Clear (Inherited from CollectionBase.)
Protected method ClearUnvalidated (Inherited from ProfileValueCollectionBase.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns the enumerator to iterate through values of this collection. (Inherited from ProfileValueCollectionBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetTaxonomyTerms Gets the list of terms, if this is a taxonomic property. (Inherited from ProfileValueCollectionBase.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnClear (Inherited from ProfileValueCollectionBase.)
Protected method OnClearComplete (Inherited from CollectionBase.)
Protected method OnInsert (Inherited from ProfileValueCollectionBase.)
Protected method OnInsertComplete (Inherited from CollectionBase.)
Protected method OnRemove (Inherited from ProfileValueCollectionBase.)
Protected method OnRemoveComplete (Inherited from CollectionBase.)
Protected method OnSet (Inherited from CollectionBase.)
Protected method OnSetComplete (Inherited from CollectionBase.)
Protected method OnValidate (Inherited from CollectionBase.)
Public method RemoveAt (Inherited from CollectionBase.)
Public method RemoveTaxonomyTerm Removes a taxonomy term from the collection, if this is a taxonomic property. (Inherited from ProfileValueCollectionBase.)
Protected method SetUnvalidatedValue(Object) (Inherited from ProfileValueCollectionBase.)
Protected method SetUnvalidatedValue(Object, Boolean) (Inherited from ProfileValueCollectionBase.)
Protected method SetUnvalidatedValues([]) (Inherited from ProfileValueCollectionBase.)
Protected method SetUnvalidatedValues([], Boolean) (Inherited from ProfileValueCollectionBase.)
Public method ToString Converts the value of this profile property to a string. (Inherited from ProfileValueCollectionBase.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.Item (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from CollectionBase.)

Top

See Also

Reference

UserProfileValueCollection Class

Microsoft.Office.Server.UserProfiles Namespace