ProfileValueCollectionBase members

Provides the abstract base class that represents the values for a profile property.

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

Top

Methods

  Name Description
Protected method _SetUnvalidatedValues(ICollection)
Protected method _SetUnvalidatedValues(ICollection, Boolean)
Public method Add
Public method AddTaxonomyTerm Adds a new taxonomy term to the collection, if this is a taxonomic property.
Protected method AddUnvalidatedValue(Object)
Protected method AddUnvalidatedValue(Object, Boolean)
Protected method CheckUpdatePermissions
Public method Clear (Inherited from CollectionBase.)
Protected method ClearUnvalidated
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.
Public method GetHashCode (Inherited from Object.)
Public method GetTaxonomyTerms Gets the list of terms, if this is a taxonomic property.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnClear (Overrides CollectionBase.OnClear().)
Protected method OnClearComplete (Inherited from CollectionBase.)
Protected method OnInsert (Overrides CollectionBase.OnInsert(Int32, Object).)
Protected method OnInsertComplete (Inherited from CollectionBase.)
Protected method OnRemove (Overrides CollectionBase.OnRemove(Int32, Object).)
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.
Protected method SetUnvalidatedValue(Object)
Protected method SetUnvalidatedValue(Object, Boolean)
Protected method SetUnvalidatedValues([])
Protected method SetUnvalidatedValues([], Boolean)
Public method ToString Converts the value of this profile property to a string. (Overrides Object.ToString().)

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

ProfileValueCollectionBase class

Microsoft.Office.Server.UserProfiles namespace