Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the account names of the user's direct reports.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.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.