PropertyMap.ToString Method
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyMap" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyMap" instead")> _
Public Overrides Function ToString As String
'Usage
Dim instance As PropertyMap
Dim returnValue As String
returnValue = instance.ToString()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyMap" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyMap" instead")]
public override string ToString()
Return Value
Type: System.String