ManagedLinkAttribute.Fixup Property
Gets or sets a value that determines if the link should be fixed.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property Fixup As Boolean
Get
Set
'Usage
Dim instance As ManagedLinkAttribute
Dim value As Boolean
value = instance.Fixup
instance.Fixup = value
public bool Fixup { get; set; }
Property Value
Type: System.Boolean
true if the link should be fixed; otherwise, false.