Click or drag to resize
ReadOnlyMacroObjectWrapperTObjectRegisterProperty Method (String, FuncTObject, Object)
Registers the given 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,
	Func<TObject, Object> ex
)

Parameters

propertyName
Type: SystemString
Property name
ex
Type: SystemFuncTObject, Object
Lambda expression

Return Value

Type: PropertySettingsReadOnlyMacroObjectWrapperTObject
See Also