OrgPersonPresentationObject.DirectReports Property
Gets the list of users who directly report to the person.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property DirectReports As MultiValuedProperty(Of ADObjectId)
Get
'Usage
Dim instance As OrgPersonPresentationObject
Dim value As MultiValuedProperty(Of ADObjectId)
value = instance.DirectReports
public MultiValuedProperty<ADObjectId> DirectReports { get; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>
The list of users who directly report to the person.