Click or drag to resize
AppSettingTValueDefaultValueInitializer Property
Function to retrieve the default value

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public Func<TValue> DefaultValueInitializer { get; set; }

Property Value

Type: FuncTValue
See Also