Manager Property
The Manager property of the UserProfile class gets the datatable that contains information about the manager of this user.
Property Value
System.Data.DataTable A System.Data.DataTable that contains information about the manager of this user.
Remarks
The Manager 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