PropertyMapCollection.Add Method (String, ProfileTypeProperty, 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, _
property As ProfileTypeProperty, _
import As Boolean, _
export As Boolean, _
associationName As String _
)
'Usage
Dim instance As PropertyMapCollection
Dim connectionAttributeName As String
Dim property As ProfileTypeProperty
Dim import As Boolean
Dim export As Boolean
Dim associationName As String
instance.Add(connectionAttributeName, _
property, import, export, associationName)
public void Add(
string connectionAttributeName,
ProfileTypeProperty property,
bool import,
bool export,
string associationName
)
Parameters
- connectionAttributeName
Type: System.String
- property
Type: Microsoft.Office.Server.UserProfiles.ProfileTypeProperty
- import
Type: System.Boolean
- export
Type: System.Boolean
- associationName
Type: System.String