Base class for licenses.
Inheritance Hierarchy
Namespace:
Dundas.BI.Licensing
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic abstract class LicenseBase : LicenseObject,
ILicenseBase
Public MustInherit Class LicenseBase
Inherits LicenseObject
Implements ILicenseBase
public ref class LicenseBase abstract : public LicenseObject,
ILicenseBase
[<AbstractClassAttribute>]
type LicenseBase =
class
inherit LicenseObject
interface ILicenseBase
endThe LicenseBase type exposes the following members.
Properties|
| Name | Description |
|---|
 | IsValid | Gets a value indicating whether the license is valid. |
 | LicenseVersion | Gets the license version. |
 | ReplacedLicenseIds |
Gets a collection containing IDs of any licenses which are replaced by this license.
|
 | Status | Gets the status of the license. |
Top
See Also