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

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
protected PropertySettings<ReadOnlyMacroObjectWrapper<TObject>> RegisterProperty(
	string propertyName,
	Object parameter,
	Func<TObject, Object, Object> ex
)

Parameters

propertyName
Type: SystemString
Property name
parameter
Type: SystemObject
Parameter for the lambda expression
ex
Type: SystemFuncTObject, Object, Object
Lambda expression

Return Value

Type: PropertySettingsReadOnlyMacroObjectWrapperTObject
See Also