SPLink.IsBroken Property
Gets a Boolean value that indicates whether the link is broken.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property IsBroken As Boolean
Get
'Usage
Dim instance As SPLink
Dim value As Boolean
value = instance.IsBroken
public bool IsBroken { get; }
Property Value
Type: System.Boolean
true if the link is broken; otherwise, false.