Share via


PropertyMapCollection.Add Method (String, String, String)

Adds a PropertyMap object to the collection.

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

Syntax

'Declaration
Public Sub Add ( _
    propName As String, _
    dsPropName As String, _
    connectionName As String _
)
'Usage
Dim instance As PropertyMapCollection
Dim propName As String
Dim dsPropName As String
Dim connectionName As String

instance.Add(propName, dsPropName, connectionName)
public void Add(
    string propName,
    string dsPropName,
    string connectionName
)

Parameters

  • dsPropName
    Type: System.String
    The property name in the data source.

See Also

Reference

PropertyMapCollection Class

PropertyMapCollection Members

Add Overload

Microsoft.Office.Server.UserProfiles Namespace