Click or drag to resize
FormEngineUserControl.SetValue Method (String, Object)
Sets the property value of the control, setting the value affects only local property value.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public override bool SetValue(
	string propertyName,
	Object value
)

Parameters

propertyName
Type: System.String
Property name to set
value
Type: System.Object
New property value

Return Value

Type: Boolean

Implements

ISimpleDataContainer.SetValue(String, Object)
See Also