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
Public property Count Gets the number of user profile property maps for this collection.
Public property DataSource Gets the data source for the property map.
Public property IsSynchronized Gets a value indicating whether the property maps are synchronized.
Public property Item Gets the property map in the collection.
Public property SyncRoot Gets an object that can be used to synchronize access to this collection.

Top

Methods

  Name Description
Public method Add(String, String, String) Adds a PropertyMap object to the collection.
Public method Add(String, String, String, String) Adds a PropertyMap object to the collection.
Public method CopyTo Copies the elements of the PropertyMapCollection object to a one-dimensional array, starting at a specified array index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Gets the enumerator for the PropertyMap objects.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes a PropertyMap object from the collection.
Public method ToString (Inherited from Object.)
Public method VerifyMapping Returns a list of invalid mappings.

Top

See Also

Reference

PropertyMapCollection Class

Microsoft.Office.Server.UserProfiles Namespace