SPListItem.BackwardLinks property
Returns the collection of links to the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.