| PropertySettingsInfoType Constructor (String, FuncInfoType, Object, ActionInfoType, Object, Type) | 
            Creates new instance of property
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
 Syntax
Syntaxpublic PropertySettings(
	string name,
	Func<InfoType, Object> lambdaExpr,
	Action<InfoType, Object> setLambdaExpr,
	Type propertyType
)
Parameters
- name
- Type: SystemString
 Property name
- lambdaExpr
- Type: SystemFuncInfoType, Object
 Lamda expression for the getter of the property
- setLambdaExpr
- Type: SystemActionInfoType, Object
 Lamda expression for the setter of the property
- propertyType
- Type: SystemType
 Property type
 See Also
See Also