PeopleManager.IsMyPeopleListPublic property
Gets a Boolean value that indicates whether the current user's People I'm Following list is public.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.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