Leader.ReportCount Property
Gets or sets the number of direct reports of the leader.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property ReportCount As Integer
Get
Set
'Usage
Dim instance As Leader
Dim value As Integer
value = instance.ReportCount
instance.ReportCount = value
public int ReportCount { get; set; }
Property Value
Type: System.Int32
The number of direct reports of the leader.