Class LicenseConfig
Inheritance
LicenseConfig
Assembly: DotNetNuke.dll
Syntax
public class LicenseConfig
Constructors
LicenseConfig()
Declaration
Properties
AccountEmail
Declaration
public string AccountEmail { get; set; }
Property Value
InvoiceNumber
Declaration
public string InvoiceNumber { get; set; }
Property Value
LicenseType
Declaration
public string LicenseType { get; set; }
Property Value
TrialRequest
Declaration
public bool TrialRequest { get; set; }
Property Value
WebServer
Declaration
public string WebServer { get; set; }
Property Value
Extension Methods