TestimoX

API Reference

Class

AdmxSupportEntry

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

A single support reference or a version range reference.

Inheritance

  • Object
  • AdmxSupportEntry

Constructors

Properties

public String ProductId { get; set; } #

Product identifier being referenced.

public Boolean IsRange { get; set; } #

True when the entry represents a version range (min/max).

public Nullable<Int32> MinVersion { get; set; } #

Minimum version index for the range.

public Nullable<Int32> MaxVersion { get; set; } #

Maximum version index for the range.