PropertyCollection members

NOTE: This API is now obsolete.

Represents a collection of Property objects.

The PropertyCollection type exposes the following members.

Properties

  Name Description
Public property Count Obsolete. Gets the number of user profile property objects for this collection.
Public property DefaultLanguage Obsolete.
Public property IsSynchronized Obsolete. Gets a value indicating whether access to the PropertyCollection is synchronized (thread safe).
Public property SubtypeName Obsolete.
Public property SyncRoot Obsolete. An object that can be used to synchronize access to this collection

Top

Methods

  Name Description
Public method Add Obsolete. Adds a property to this site.
Public method CommitDisplayOrder Obsolete. Commits the changes made to the display order to the user profile database.
Public method CopyTo Obsolete. Copies the elements of the property collection to an array, starting at a specified index.
Public method Create Obsolete. Creates a Property object and specifies whether the property is a section.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Obsolete. Gets the enumerator for the properties.
Public method GetHashCode (Inherited from Object.)
Public method GetPropertyByName Obsolete. Gets a property by name.
Public method GetPropertyByURI Obsolete. Gets a property by URI.
Public method GetSectionByName Obsolete. Gets a section by name.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveByName Obsolete. Removes a property or section object from the user profile database by name.
Public method RemovePropertyByName Obsolete. Removes the property from the user profile database by the name of the property.
Public method RemovePropertyByURI Obsolete. Removes the property from the user profile database by the URI of the property.
Public method RemoveSectionByName Obsolete. Removes the specified section by name.
Public method SetDisplayOrderByName Obsolete. Sets the specified display order of the properties by name.
Public method SetDisplayOrderByPropertyName Obsolete. Sets the specified display order of the properties by property name.
Public method SetDisplayOrderByPropertyURI Obsolete. Sets the specified display order of the properties by property URI.
Public method SetDisplayOrderBySectionName Obsolete. Sets the specified display order of the properties by section name.
Public method ToString (Inherited from Object.)

Top

See also

Reference

PropertyCollection class

Microsoft.Office.Server.UserProfiles namespace