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.