LicenseInfo.Edition Property

Returns a ProductEdition enumerator identifying the edition of the installed product. This property can only be successfully read when property FeatureName equals the value of public field FeatureRuntime.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public LicenseInfoProductEdition Edition { get; }

Property Value

Type: LicenseInfoProductEdition

Implements

IConfigLicenseInfoEdition
Exceptions
ExceptionCondition
RTX64Exception Thrown if the number of licensed processors cannot be mapped to a valid ProductEdition enumerator or if the LicenseInfo object does not represent the RTX64 Runtime feature.
See Also