TestimoX

API Reference

Enum

CriteriaMatch

Namespace ADPlayground.DirectoryOps
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies how multiple staleness criteria should be combined.

Inheritance

  • Enum
  • CriteriaMatch

Usage

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

Values

public const CriteriaMatch Any #

Match when any criterion is met.

Value: 0
public const CriteriaMatch All #

Match only when all criteria are met.

Value: 1