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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
public Object GetValue(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name

Return Value

Type: Object

Implements

ISimpleDataContainerGetValue(String)
See Also