Share via


Leader.ManagerAccountName property

Gets or sets the name of the leader's manager.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property ManagerAccountName As String
    Get
    Set
'Usage
Dim instance As Leader
Dim value As String

value = instance.ManagerAccountName

instance.ManagerAccountName = value
public string ManagerAccountName { get; set; }

Property value

Type: System.String
The name of the leader's manager.

See also

Reference

Leader class

Leader members

Microsoft.Office.Server.UserProfiles namespace