Class ConfigurationSetting
Implements
Inherited Members
Namespace: DotNetNuke.Entities
Assembly: DotNetNuke.dll
Syntax
public class ConfigurationSetting : IConfigurationSetting
Constructors
ConfigurationSetting()
Declaration
public ConfigurationSetting()
Properties
IsSecure
Declaration
public bool IsSecure { get; set; }
Property Value
Type | Description |
---|---|
bool |
Key
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |