Click or drag to resize
SearchSettingsInfoSetValue Method
Sets value to specified property.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual bool SetValue(
	string columnName,
	Object value
)

Parameters

columnName
Type: SystemString
value
Type: SystemObject

Return Value

Type: Boolean

Implements

ISimpleDataContainerSetValue(String, Object)
See Also