UserProfile.MultiloginAccounts Property

Gets and array of string objects that represent the accounts that are secondary to the master account.

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

Syntax

'Declaration
Public ReadOnly Property MultiloginAccounts As String()
    Get
'Usage
Dim instance As UserProfile
Dim value As String()

value = instance.MultiloginAccounts
public string[] MultiloginAccounts { get; }

Property Value

Type: []

Remarks

When a user has more than one login account, one account is designated as the primary account and associated with the UserProfile object. The secondary accounts that are represented by this property redirect to the primary account.

See Also

Reference

UserProfile Class

UserProfile Members

Microsoft.Office.Server.UserProfiles Namespace