IADsDomain Property: IsWorkGroup

Property Name
IsWorkGroup

Property Type
Boolean

Description
Returns TRUE if the DOMAIN is actually a workstation that is a member of a workgroup.
This property is read-only.

Example

Dim DomainObject As IADsDomain
Set DomainObject = GetObject("NTDS://YourDomainName")
Debug.Print DomainObject.IsWorkGroup

 

See Also