PropertyMapCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of PropertyMap objects. This class stores all property mappings for the data source.
The PropertyMapCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of user profile property maps for this collection. |
![]() |
DataSource | Gets the data source for the property map. |
![]() |
IsSynchronized | Gets a value indicating whether the property maps are synchronized. |
![]() |
Item | Gets the property map in the collection. |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to this collection. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add(String, String, String) | Adds a PropertyMap object to the collection. |
![]() |
Add(String, String, String, String) | Adds a PropertyMap object to the collection. |
![]() |
CopyTo | Copies the elements of the PropertyMapCollection object to a one-dimensional array, starting at a specified array index. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Gets the enumerator for the PropertyMap objects. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Removes a PropertyMap object from the collection. |
![]() |
ToString | (Inherited from Object.) |
![]() |
VerifyMapping | Returns a list of invalid mappings. |
Top