Show / Hide Table of Contents

Class ConfigurationSetting

Inheritance
object
ConfigurationSetting
Implements
IConfigurationSetting
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Implements

IConfigurationSetting

Extension Methods

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