Share via


Leader.AccountName property

Gets or sets the leader’s account name.

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

Syntax

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

value = instance.AccountName

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

Property value

Type: System.String
The account name of the leader.

See also

Reference

Leader class

Leader members

Microsoft.Office.Server.UserProfiles namespace