Class HostSettingConfig
Inherited Members
Namespace: DotNetNuke.Services.Upgrade.Internals.InstallConfiguration
Assembly: DotNetNuke.dll
Syntax
public class HostSettingConfig
Constructors
HostSettingConfig()
Declaration
public HostSettingConfig()
Properties
IsSecure
Declaration
public bool IsSecure { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |