This documentation is archived and is not being maintained.
ActiveDirectorySiteOptions Enumeration
Visual Studio 2010
Specifies the bit identifiers for the ActiveDirectorySite object site options.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.DirectoryServices.ActiveDirectoryAssembly: System.DirectoryServices (in System.DirectoryServices.dll)
| Member name | Description | |
|---|---|---|
| None | No site options are set. | |
| AutoTopologyDisabled | Inter-site topology generation is disabled. | |
| TopologyCleanupDisabled | Topology cleanup is disabled. | |
| AutoMinimumHopDisabled | Automatic minimum hops topology is disabled. | |
| StaleServerDetectDisabled | Stale server detection is disabled. | |
| AutoInterSiteTopologyDisabled | Automatic intra-site topology generation is disabled. | |
| GroupMembershipCachingEnabled | Group memberships for users is enabled. | |
| ForceKccWindows2003Behavior | The KCC (Knowledge Consistency Checker) is forced to operate in Windows Server 2003 behavior mode. | |
| UseWindows2000IstgElection | The KCC is forced to use the Windows 2000 ISTG election algorithm. | |
| RandomBridgeHeaderServerSelectionDisabled | The KCC can randomly pick a bridgehead server when creating a connection. | |
| UseHashingForReplicationSchedule | The KCC is allowed to use hashing when creating a replication schedule. | |
| RedundantServerTopologyEnabled | Creation of static failover connections is enabled. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: