다음을 통해 공유


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.

See Also

Reference

Leader Class

Leader Members

Microsoft.Office.Server.UserProfiles Namespace