PropertyCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of Property objects. Use the PropertyCollection class to enumerate all properties defined at a site.
The PropertyCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of user profile property objects for this collection. | |
DefaultLanguage | ||
IsSynchronized | Gets a value indicating whether access to the property collection is synchronized (thread safe). | |
SyncRoot |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a property to this site. | |
CommitDisplayOrder | Commits the changes made to the display order to the user profile database. | |
CopyTo | Copies the elements of the property collection to an array, starting at a specified index. | |
Create | Creates a Property object and specifies whether the property is a section. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets the enumerator for the properties. | |
GetHashCode | (Inherited from Object.) | |
GetPropertyByName | Gets a property by name. | |
GetPropertyByURI | Gets a property by URI. | |
GetSectionByName | Gets a section by name. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveByName | Removes a property or section object from the user profile database by name. | |
RemovePropertyByName | Removes the property from the user profile database by the name of the property. | |
RemovePropertyByURI | Removes the property from the user profile database by the URI of the property. | |
RemoveSectionByName | Removes the specified section by name. | |
SetDisplayOrderByName | Sets the specified display order of the properties by name. | |
SetDisplayOrderByPropertyName | Sets the specified display order of the properties by property name. | |
SetDisplayOrderByPropertyURI | Sets the specified display order of the properties by property URI. | |
SetDisplayOrderBySectionName | Sets the specified display order of the properties by section name. | |
ToString | (Inherited from Object.) |
Top