Click or drag to resize
WebPartInstanceSetValue Method
Sets the property value of the control.

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

Parameters

propertyName
Type: SystemString
Property name to set
value
Type: SystemObject
New property value

Return Value

Type: Boolean

Implements

ISimpleDataContainerSetValue(String, Object)
See Also