Show / Hide Table of Contents

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

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS