PersonProperties.PersonalUrl property

Gets the absolute URL of the user's personal site.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property PersonalUrl As String
    Get
'Usage
Dim instance As PersonProperties
Dim value As String

value = instance.PersonalUrl
public string PersonalUrl { get; }

Property value

Type: System.String
The absolute URL of the user's personal site.

See also

Reference

PersonProperties class

PersonProperties members

Microsoft.Office.Server.UserProfiles namespace