PeopleManager.IsMyPeopleListPublic property

Gets a Boolean value that indicates whether the user's People I'm Following list is public.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property IsMyPeopleListPublic As Boolean
    Get
'Usage
Dim instance As PeopleManager
Dim value As Boolean

value = instance.IsMyPeopleListPublic
public bool IsMyPeopleListPublic { get; }

Property value

Type: System.Boolean
true if the user's People I'm Following list is public; otherwise, false.

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.Office.Server.UserProfiles namespace