| ObjectPropertyInjectValue Method  | 
            Injects the specified value to the property without modifying the object
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic void InjectValue(
	Object value
)
Parameters
- value
 - Type: SystemObject
Value to inject 
See Also