Product Class
The Product is the information about the assembly this license is used for. It
contains values for the Assembly, name, version, etc... The Product object inherits
from the AbstractLicenseData.
Namespace:
CAS.Lib.CodeProtect.LicenseDscAssembly: CAS.CodeProtect (in CAS.CodeProtect.dll)
Syntax
[SerializableAttribute] public class Product : AbstractUpgradeableData<Product>
<SerializableAttribute> _ Public Class Product _ Inherits AbstractUpgradeableData(Of Product)
[SerializableAttribute] public ref class Product : public AbstractUpgradeableData<Product^>
Inheritance Hierarchy
CAS.Lib.CodeProtect.LicenseDsc..::..AbstractLicenseData
CAS.Lib.CodeProtect.LicenseDsc..::..AbstractUpgradeableData<(Of <(<'Product>)>)>
CAS.Lib.CodeProtect.LicenseDsc..::..Product