PersonProperties.DirectReports-Eigenschaft
Ruft die Kontonamen des Benutzers direkt unterstellt.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property DirectReports As IEnumerable(Of String)
Get
'Usage
Dim instance As PersonProperties
Dim value As IEnumerable(Of String)
value = instance.DirectReports
public IEnumerable<string> DirectReports { get; }
Eigenschaftswert
Typ: System.Collections.Generic.IEnumerable<String>
Die Kontonamen der direkten Mitarbeiter des Benutzers.