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 (in Microsoft.Office.Server.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.