PeopleManager.MyFollowingCount property
Gets the number of people who the current user is following.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property MyFollowingCount As Integer
Get
'Usage
Dim instance As PeopleManager
Dim value As Integer
value = instance.MyFollowingCount
public int MyFollowingCount { get; }
Property value
Type: System.Int32
The number of people who the current user is following.