DirectReports Property
The DirectReports property of the UserProfile class gets the data set that contains the list of users who report to the current user.
Property Value
System.Data.DataSet that contains the list of users who report to the current user.
Remarks
The DirectReports property returns one row for each user. Valid columns in each row are "UserID" (Guid ID for the user profile), "NTName" (account name), "PreferredName" (preferred name), and "Email" (work email address). Note that the value could be System.DBNull.Value, indicating no specified value.
Requirements
Platforms: Microsoft Windows ServerĀ 2003
Security: Code Access Security