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)

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.

See also

Reference

ManagedLinkAttribute class

ManagedLinkAttribute members

Microsoft.SharePoint.WebPartPages namespace