AbstractHierarchicalObject ObjectType  RegisterProperty Method (String, Object, Func ObjectType, Object, Object )Kentico 8.1 API Reference
Registers the given parameterized property to the object.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

propertyName
Type: OnlineSystem String
Property name
parameter
Type: OnlineSystem Object
Parameter for the lambda expression
ex
Type: OnlineSystem Func ObjectType, OnlineObject, OnlineObject 
Lambda expression

Return Value

Type: PropertySettings ObjectType 
See Also