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: 8.2.23
Syntax
C#
public void WithLazyInitialization(
	Func<PropertyType> initializer
)

Parameters

initializer
Type: SystemFuncPropertyType
Property initializer
See Also