UserProfile.PersonalUpgradeUrl Property
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property PersonalUpgradeUrl As Uri
Get
'Usage
Dim instance As UserProfile
Dim value As Uri
value = instance.PersonalUpgradeUrl
public Uri PersonalUpgradeUrl { get; }
Property Value
Type: System.Uri