| IDataControlSetValue Method | 
            Sets the property value of the control, setting the value affects only local property value.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxbool SetValue(
	string propertyName,
	Object value
)
Parameters
- propertyName
- Type: SystemString
 Property name to set
- value
- Type: SystemObject
 New property value
Return Value
Type: 
Boolean See Also
See Also