Interface IConfigurationSetting
Namespace: DotNetNuke.Abstractions.Settings
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IConfigurationSetting
Properties
IsSecure
Declaration
bool IsSecure { get; set; }
Property Value
Type | Description |
---|---|
bool |
Key
Declaration
string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Declaration
string Value { get; set; }
Property Value
Type | Description |
---|---|
string |