ADOrgPerson.DirectReports Property

Namespace:  Microsoft.Exchange.Data.Directory.Recipient
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 ADOrgPerson
Dim value As MultiValuedProperty(Of ADObjectId)

value = instance.DirectReports
public MultiValuedProperty<ADObjectId> DirectReports { get; }