Creates new instance of property
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- name
- Type: System String
Property name
- lambdaExpr
- Type: System Func InfoType, Object
Lamda expression for the getter of the property
- setLambdaExpr
- Type: System Action InfoType, Object
Lamda expression for the setter of the property
- propertyType
- Type: System Type
Property type
See Also