PropertySettings InfoType  Constructor (String, Func InfoType, Object , Action InfoType, Object , Type)Kentico 8.0 API Reference
Creates new instance of property

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

name
Type: OnlineSystem String
Property name
lambdaExpr
Type: OnlineSystem Func InfoType, OnlineObject 
Lamda expression for the getter of the property
setLambdaExpr
Type: OnlineSystem Action InfoType, OnlineObject 
Lamda expression for the setter of the property
propertyType
Type: OnlineSystem Type
Property type
See Also