TestimoX

API Reference

Enum

DomainControllerTargetingMode

Namespace TestimoX
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls how DomainController-scoped rules choose their execution targets.

Inheritance

  • Enum
  • DomainControllerTargetingMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const DomainControllerTargetingMode SamplePerDomain #

Target a limited sample of domain controllers per domain.

Value: 0
public const DomainControllerTargetingMode All #

Target every discovered domain controller.

Value: 1
public const DomainControllerTargetingMode Explicit #

Target only an explicit, user-selected list of domain controllers.

Value: 2