Share via


PropertyMapCollection.Add method (String, ProfileType, String, Boolean, Boolean, String)

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

Syntax

'Declaration
Public Sub Add ( _
    connectionAttributeName As String, _
    type As ProfileType, _
    propertyName As String, _
    import As Boolean, _
    export As Boolean, _
    associationName As String _
)
'Usage
Dim instance As PropertyMapCollection
Dim connectionAttributeName As String
Dim type As ProfileType
Dim propertyName As String
Dim import As Boolean
Dim export As Boolean
Dim associationName As String

instance.Add(connectionAttributeName, _
    type, propertyName, import, export, _
    associationName)
public void Add(
    string connectionAttributeName,
    ProfileType type,
    string propertyName,
    bool import,
    bool export,
    string associationName
)

Parameters

See also

Reference

PropertyMapCollection class

PropertyMapCollection members

Add overload

Microsoft.Office.Server.UserProfiles namespace