AbstractInfoBaseTInfoRegisterProperty Method (String, FuncTInfo, Object) |
Registers the given property to the object
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected PropertySettings<TInfo> RegisterProperty(
string propertyName,
Func<TInfo, Object> ex
)
Parameters
- propertyName
- Type: SystemString
Property name - ex
- Type: SystemFuncTInfo, Object
Lambda expression
Return Value
Type:
PropertySettingsTInfoSee Also