PropertyCollection members
NOTE: This API is now obsolete.
Represents a collection of Property objects.
The PropertyCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Obsolete. Gets the number of user profile property objects for this collection. |
![]() |
DefaultLanguage | Obsolete. |
![]() |
IsSynchronized | Obsolete. Gets a value indicating whether access to the PropertyCollection is synchronized (thread safe). |
![]() |
SubtypeName | Obsolete. |
![]() |
SyncRoot | Obsolete. An object that can be used to synchronize access to this collection |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Obsolete. Adds a property to this site. |
![]() |
CommitDisplayOrder | Obsolete. Commits the changes made to the display order to the user profile database. |
![]() |
CopyTo | Obsolete. Copies the elements of the property collection to an array, starting at a specified index. |
![]() |
Create | Obsolete. Creates a Property object and specifies whether the property is a section. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Obsolete. Gets the enumerator for the properties. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetPropertyByName | Obsolete. Gets a property by name. |
![]() |
GetPropertyByURI | Obsolete. Gets a property by URI. |
![]() |
GetSectionByName | Obsolete. Gets a section by name. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RemoveByName | Obsolete. Removes a property or section object from the user profile database by name. |
![]() |
RemovePropertyByName | Obsolete. Removes the property from the user profile database by the name of the property. |
![]() |
RemovePropertyByURI | Obsolete. Removes the property from the user profile database by the URI of the property. |
![]() |
RemoveSectionByName | Obsolete. Removes the specified section by name. |
![]() |
SetDisplayOrderByName | Obsolete. Sets the specified display order of the properties by name. |
![]() |
SetDisplayOrderByPropertyName | Obsolete. Sets the specified display order of the properties by property name. |
![]() |
SetDisplayOrderByPropertyURI | Obsolete. Sets the specified display order of the properties by property URI. |
![]() |
SetDisplayOrderBySectionName | Obsolete. Sets the specified display order of the properties by section name. |
![]() |
ToString | (Inherited from Object.) |
Top