| WebPartInstanceSetValue Method | 
            Sets the property value of the control.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic bool SetValue(
	string propertyName,
	Object value
)
Parameters
- propertyName
- Type: SystemString
 Property name to set
- value
- Type: SystemObject
 New property value
Return Value
Type: 
BooleanImplements
ISimpleDataContainerSetValue(String, Object) See Also
See Also