UserProfile.MultiloginAccounts Property

If the user has multiple login accounts, gets an array of those account names.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.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: []
A string array containing the account names.

See Also

Reference

UserProfile Class

UserProfile Members

Microsoft.Office.Server.UserProfiles Namespace