API Reference
Class
AdmxSupportEntry
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
- Property AdmxSupportDefinition.Entries
Constructors
public AdmxSupportEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.