DataSource.PropertyMapping Property
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.DataSource is obsolete; use class "Microsoft.Office.Server.DataSource" instead")> _
Public Property PropertyMapping As PropertyMapCollection
Get
Set
'Usage
Dim instance As DataSource
Dim value As PropertyMapCollection
value = instance.PropertyMapping
instance.PropertyMapping = value
[ObsoleteAttribute("Microsoft.SharePoint.Portal.UserProfiles.DataSource is obsolete; use class "Microsoft.Office.Server.DataSource" instead")]
public PropertyMapCollection PropertyMapping { get; set; }
Property Value
Type: Microsoft.SharePoint.Portal.UserProfiles.PropertyMapCollection