IActiveDirectoryManager.CheckIsDomainAccessible Method

Determines whether the specified domain is accessible.
Function CheckIsDomainAccessible( _ 
Optional ByVal domainSettings As DomainSettings = Nothing _ 
) As Boolean
This language is not supported or no code example is available.
bool CheckIsDomainAccessible( 
DomainSettings domainSettings = Nothing 
)
This language is not supported or no code example is available.

Parameters

domainSettings
DomainSettings

The domain to be checked. Optional. If omitted, the default domain settings will be used.

Return Value

bool

A value indicating whether the specified domain is 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