Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets data that determines whether this SummaryLink object links to a person.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property IsPeopleLink As Boolean
Get
'Usage
Dim instance As SummaryLink
Dim value As Boolean
value = instance.IsPeopleLink
public bool IsPeopleLink { get; }
Property Value
Type: System.Boolean
Data that determines whether this SummaryLink object links to a person.
Remarks
This property indicates whether this is a People link. The presence of the LoginName property indicates a person.