Open this page in the API Guide

LicenseInstanceElement.MaxProductVersion Property

Gets the maximum version of the software to which the element applies.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public Version? MaxProductVersion { get; }

Property Value

Type: Version
The maximum version of the software to which the element applies. Guaranteed not to be null.
See Also