Class ConfigurationSetting
The configuration setting.
Inheritance
System.Object
ConfigurationSetting
Implements
Namespace: DotNetNuke.Entities
Assembly: DotNetNuke.dll
Syntax
public class ConfigurationSetting : object, IConfigurationSetting
Properties
| Improve this Doc View SourceIsSecure
The configuration setting.
Declaration
public bool IsSecure { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Key
The configuration setting.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
The configuration setting.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |