Click or drag to resize
GenericPropertyPropertyTypeWithLazyInitialization Method (FuncPropertyType)
Sets up the lazy initialization over this property

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public void WithLazyInitialization(
	Func<PropertyType> initializer
)

Parameters

initializer
Type: SystemFuncPropertyType
Property initializer
See Also