다음을 통해 공유


Leader.AccountName Property

Gets or sets the account name of the leader.

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