Class LicenseConfig
LicenseConfig - A class that represents Install/DotNetNuke.Install.Config/LicenseActivation.
Inheritance
System.Object
LicenseConfig
Namespace: DotNetNuke.Services.Upgrade.Internals.InstallConfiguration
Assembly: DotNetNuke.dll
Syntax
public class LicenseConfig : object
Properties
| Improve this Doc View SourceAccountEmail
LicenseConfig - A class that represents Install/DotNetNuke.Install.Config/LicenseActivation.
Declaration
public string AccountEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InvoiceNumber
LicenseConfig - A class that represents Install/DotNetNuke.Install.Config/LicenseActivation.
Declaration
public string InvoiceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LicenseType
LicenseConfig - A class that represents Install/DotNetNuke.Install.Config/LicenseActivation.
Declaration
public string LicenseType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TrialRequest
LicenseConfig - A class that represents Install/DotNetNuke.Install.Config/LicenseActivation.
Declaration
public bool TrialRequest { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
WebServer
LicenseConfig - A class that represents Install/DotNetNuke.Install.Config/LicenseActivation.
Declaration
public string WebServer { get; set; }
Property Value
Type | Description |
---|---|
System.String |