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