Share via


Leader.ReportCount property

Gets or sets the leader’s number of direct reports.

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.

See also

Reference

Leader class

Leader members

Microsoft.Office.Server.UserProfiles namespace