PropertyMapCollection.AddNewMapping Method
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub AddNewMapping ( _
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.AddNewMapping(type, mossPropertyName, _
maAttributeName)
public void AddNewMapping(
ProfileType type,
string mossPropertyName,
string maAttributeName
)
Parameters
- mossPropertyName
Type: System.String
- maAttributeName
Type: System.String