Click or drag to resize
ObjectPropertyInjectValue Method
Injects the specified value to the property without modifying the object

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public void InjectValue(
	Object value
)

Parameters

value
Type: SystemObject
Value to inject
See Also