GenericPropertyPropertyTypeWithLazyInitialization Method (FuncPropertyType) |
Sets up the lazy initialization over this property
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public void WithLazyInitialization(
Func<PropertyType> initializer
)
Parameters
- initializer
- Type: SystemFuncPropertyType
Property initializer
See Also