Share via


DataSource.PropertyMapping Property

Gets or sets the property mapping information for the data source for importing user profiles.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Property PropertyMapping As PropertyMapCollection
    Get
    Set
'Usage
Dim instance As DataSource
Dim value As PropertyMapCollection

value = instance.PropertyMapping

instance.PropertyMapping = value
public PropertyMapCollection PropertyMapping { get; set; }

Property Value

Type: Microsoft.Office.Server.UserProfiles.PropertyMapCollection
The PropertyMapCollection that contains the property mapping information for the data source for importing user profiles.

Remarks

For more information about property mapping, see User Profile Properties Overview. For more information about data sources and importing user profiles, see Importing User Profiles.

See Also

Reference

DataSource Class

DataSource Members

Microsoft.Office.Server.UserProfiles Namespace