AbstractHierarchicalObjectTObjectRegisterProperty Method (String, FuncTObject, Object) |
Registers the given property to the object
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax protected PropertySettings<TObject> RegisterProperty(
string propertyName,
Func<TObject, Object> ex
)
Parameters
- propertyName
- Type: SystemString
Property name - ex
- Type: SystemFuncTObject, Object
Lambda expression
Return Value
Type:
PropertySettingsTObjectSee Also