| UniSelectorSetValue Method (String, Object) | 
            Overridden method to set a parameter value.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxpublic override bool SetValue(
	string propertyName,
	Object value
)
Parameters
- propertyName
- Type: SystemString
 Property name
- value
- Type: SystemObject
 Value
Return Value
Type: 
BooleanImplements
ISimpleDataContainerSetValue(String, Object) See Also
See Also