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