LicenseInstanceElementMaxProductVersion 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 (24.3.0.1000)
Syntax public Version? MaxProductVersion { get; }
Public ReadOnly Property MaxProductVersion As Version
Get
public:
virtual property Version^ MaxProductVersion {
Version^ get () sealed;
}
abstract MaxProductVersion : Version with get
override MaxProductVersion : Version with get
Property Value
Type:
VersionThe maximum version of the software to which the element applies. Guaranteed not to be
.
See Also