SPListItem.BackwardLinks Property
Returns the collection of links to the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property BackwardLinks As SPLinkCollection
Get
'Usage
Dim instance As SPListItem
Dim value As SPLinkCollection
value = instance.BackwardLinks
public SPLinkCollection BackwardLinks { get; }
Property Value
Type: Microsoft.SharePoint.SPLinkCollection
An SPLinkCollection object that represents the links.