API Reference
Class
AdmxSupportEntry
A single support reference or a version range reference.
Inheritance
- Object
- AdmxSupportEntry
Constructors
public AdmxSupportEntry() #Inherited Methods
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.