IDataControlSetValue Method |
Sets the property value of the control, setting the value affects only local property value.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax bool SetValue(
string propertyName,
Object value
)
Parameters
- propertyName
- Type: SystemString
Property name to set - value
- Type: SystemObject
New property value
Return Value
Type:
BooleanSee Also