Share via


PropertyMapCollection.Add Method

NOTE: This API is now obsolete.

Obsolete.

Namespace:  Microsoft.SharePoint.Portal.UserProfiles
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyMapCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyMapCollection" instead")> _
Public Sub Add ( _
    strPropName As String, _
    strDSPropName As String _
)
'Usage
Dim instance As PropertyMapCollection
Dim strPropName As String
Dim strDSPropName As String

instance.Add(strPropName, strDSPropName)
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyMapCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyMapCollection" instead")]
public void Add(
    string strPropName,
    string strDSPropName
)

Parameters

See Also

Reference

PropertyMapCollection Class

PropertyMapCollection Members

Microsoft.SharePoint.Portal.UserProfiles Namespace