IActiveDirectoryManager.GetNTGroupUsers Method

Gets all users belonging to the specified groups.
Function GetNTGroupUsers( _ 
ByVal groupNames As List(Of String) _ 
) As List(Of UserPrincipal)
This language is not supported or no code example is available.
List<UserPrincipal> GetNTGroupUsers( 
List<string> groupNames 
)
This language is not supported or no code example is available.

Parameters

groupNames
List<string>

The list of NT group names.

Return Value

List<UserPrincipal>

A list of UserPrincipal objects belonging to specified groups.

Exception type Condition

QdvApiException

Domain context and domain are not accessible.

Version
 
Available since QDV 7.14.499.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition