Share via


Connection.PropertyMapping property

Gets the property mappings for the connection.

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

Syntax

'Declaration
Public ReadOnly Property PropertyMapping As PropertyMapCollection
    Get
'Usage
Dim instance As Connection
Dim value As PropertyMapCollection

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

Property value

Type: Microsoft.Office.Server.UserProfiles.PropertyMapCollection
The property mappings for the connection. Returns a null reference (Nothing in Visual Basic) if the connection type is ActiveDirectoryImport.

See also

Reference

Connection class

Connection members

Microsoft.Office.Server.UserProfiles namespace