Click or drag to resize
SearchSettingsInfoGetValue Method
Returns value specified by property name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual Object GetValue(
	string columnName
)

Parameters

columnName
Type: SystemString

Return Value

Type: Object

Implements

ISimpleDataContainerGetValue(String)
See Also