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

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

Parameters

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