Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.