Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the personal URL of the user.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property PersonalUrl As Uri
Get
'Usage
Dim instance As UserProfile
Dim value As Uri
value = instance.PersonalUrl
public Uri PersonalUrl { get; }
Property Value
Type: System.Uri
String that shows the personal URL of the user.
Remarks
This will always be an absolute URL. If a user has a backing personal site, it will be a URL to their personal site. If a user does not have a personal site, it will be a URL to the public view of their site.