Click or drag to resize
UniSelectorSetValue Method (String, Object)
Overridden method to set a parameter value.

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

Parameters

propertyName
Type: SystemString
Property name
value
Type: SystemObject
Value

Return Value

Type: Boolean

Implements

ISimpleDataContainerSetValue(String, Object)
See Also