PersonProperties.ExtendedManagers property
Gets the account names of the user's manager hierarchy.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property ExtendedManagers As IEnumerable(Of String)
Get
'Usage
Dim instance As PersonProperties
Dim value As IEnumerable(Of String)
value = instance.ExtendedManagers
public IEnumerable<string> ExtendedManagers { get; }
Property value
Type: System.Collections.Generic.IEnumerable<String>
The account names of the user's manager hierarchy.