Share via


SummaryLink.IsPeopleLink property

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.

See also

Reference

SummaryLink class

SummaryLink members

Microsoft.SharePoint.Publishing namespace

LinkToolTip

LinkUrl

LoginName

SummaryLink