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