Click or drag to resize
CurrentDeviceInfoSetValue Method
Not implemented.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public override bool SetValue(
	string columnName,
	Object value
)

Parameters

columnName
Type: SystemString
Not implemented
value
Type: SystemObject
Not implemented

Return Value

Type: Boolean

Implements

ISimpleDataContainerSetValue(String, Object)
See Also