SPLink.IsBroken property
取得布林值,這個值,指出是否連結已中斷。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property IsBroken As Boolean
Get
'用途
Dim instance As SPLink
Dim value As Boolean
value = instance.IsBroken
public bool IsBroken { get; }
Property value
Type: System.Boolean
true如果連結已中斷。否則, false。