Click or drag to resize
AbstractHierarchicalObjectTObjectRegisterProperty Method (String, FuncTObject, Object)
Registers the given property to the object

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
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: PropertySettingsTObject
See Also