Class HostSettingConfig
HostSettingConfig - A class that represents Install/DotNetNuke.Install.Config/Settings.
Inheritance
System.Object
HostSettingConfig
Namespace: DotNetNuke.Services.Upgrade.Internals.InstallConfiguration
Assembly: DotNetNuke.dll
Syntax
public class HostSettingConfig : object
Properties
| Improve this Doc View SourceIsSecure
HostSettingConfig - A class that represents Install/DotNetNuke.Install.Config/Settings.
Declaration
public bool IsSecure { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
HostSettingConfig - A class that represents Install/DotNetNuke.Install.Config/Settings.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
HostSettingConfig - A class that represents Install/DotNetNuke.Install.Config/Settings.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |