IActiveDirectoryManager.GetNTGroup Method

Gets a GroupPrincipal object for the specified user NT group name.
Function GetNTGroup( _ 
ByVal samAccountName As String
) As GroupPrincipal
This language is not supported or no code example is available.
GroupPrincipal GetNTGroup( 
string samAccountName 
)
This language is not supported or no code example is available.

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

In this article

Definition