PropertyMapCollection.AddNewExportMapping Method
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub AddNewExportMapping ( _
type As ProfileType, _
mossPropertyName As String, _
maAttributeName As String _
)
'Usage
Dim instance As PropertyMapCollection
Dim type As ProfileType
Dim mossPropertyName As String
Dim maAttributeName As String
instance.AddNewExportMapping(type, mossPropertyName, _
maAttributeName)
public void AddNewExportMapping(
ProfileType type,
string mossPropertyName,
string maAttributeName
)
Parameters
- mossPropertyName
Type: System.String
- maAttributeName
Type: System.String