Share via


QuickLink.IsUrlEditable property

Gets a value indicating whether the URL property of a specified link is editable.

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

Syntax

'Declaration
Public Overrides ReadOnly Property IsUrlEditable As Boolean
    Get
'Usage
Dim instance As QuickLink
Dim value As Boolean

value = instance.IsUrlEditable
public override bool IsUrlEditable { get; }

Property value

Type: System.Boolean
true if the URL property of a specified link is editable; otherwise, false.

See also

Reference

QuickLink class

QuickLink members

Microsoft.Office.Server.UserProfiles namespace