IActiveDirectoryManager.GetNTGroup Method

Gets a GroupPrincipal object for the specified user NT group name.
GroupPrincipal GetNTGroup( 
   string samAccountName 
)

Parameters

samAccountName
string

NT group name.

Return Value

GroupPrincipal

A group principals object for specified user NT group name. Returns null reference (Nothing in Visual Basic) if samAccountName is an empty string or null reference (Nothing in Visual Basic).

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