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

Usage

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

Returned or exposed by

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.