Share via


PersonProperties.DirectReports property

Gets the account names of the user's direct reports.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property DirectReports As IEnumerable(Of String)
    Get
'Usage
Dim instance As PersonProperties
Dim value As IEnumerable(Of String)

value = instance.DirectReports
public IEnumerable<string> DirectReports { get; }

Property value

Type: System.Collections.Generic.IEnumerable<String>
The account names of the user's direct reports.

See also

Reference

PersonProperties class

PersonProperties members

Microsoft.Office.Server.UserProfiles namespace