IActiveDirectoryManager.GetNTGroups Method

Gets a list of all NT group names in the current domain.
Function GetNTGroups() As List(Of String)
This language is not supported or no code example is available.
List<string> GetNTGroups()
This language is not supported or no code example is available.

Return Value

List<string>

A sorted list of all NT group names in the current domain.

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