Click or drag to resize
GenericProperty<PropertyType>.Initializer Property
Property initializer

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public Func<PropertyType> Initializer { get; protected set; }

Property Value

Type: Func<PropertyType>
See Also