QDVAPIFunctions.GetUserPrincipalInfo Method

NOTE: This member is now obsolete. Use GetNTUser method instead.

Gets the info about a user from the active directory.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] 
[Obsolete("Use GetNTUser method instead.")] 
public UserPrincipalInfo GetUserPrincipalInfo( 
string samAccountName 
)
This language is not supported or no code example is available.

Parameters

samAccountName
string

The samAccountName of the user you want to get info from.

Return Value

UserPrincipalInfo

Info about the user.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition