TestimoX

API Reference

Enum

AdmxSupportLogicType

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

Logical combination for support entries.

Inheritance

  • Enum
  • AdmxSupportLogicType

Values

public const AdmxSupportLogicType Blank #

No logic specified (single reference or unspecified).

Value: 0
public const AdmxSupportLogicType AnyOf #

Any of the referenced products/versions satisfies the definition.

Value: 1
public const AdmxSupportLogicType AllOf #

All referenced products/versions must apply to satisfy the definition.

Value: 2