SPLink.IsBroken property
Gets a Boolean value that indicates whether the link is broken.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.