Click or drag to resize
CMSWebPartZoneGetValue Method
Returns the value of the given webpart property property.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
public virtual Object GetValue(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name

Return Value

Type: Object
See Also