PersonalizationLink.IsUrlEditable Property
Returns a Boolean value that specifies whether a personalization link URL can be edited.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsUrlEditable As Boolean
Get
'Usage
Dim instance As PersonalizationLink
Dim value As Boolean
value = instance.IsUrlEditable
public override bool IsUrlEditable { get; }
Property Value
Type: System.Boolean
If a personalization link URL is editable, true; otherwise, false.
Remarks
For more information about personalization, see Personalizing Your Portal: Overview and My Site Overview.