Share via


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.

See also

Reference

OrgPersonPresentationObject class

OrgPersonPresentationObject members

Microsoft.Exchange.Data.Directory.Management namespace