Click or drag to resize
CMSAbstractEditableWebPartGetValue Method
Returns the value of web part property.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public override Object GetValue(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name

Return Value

Type: Object

Implements

IDataControlGetValue(String)
ISimpleDataContainerGetValue(String)
See Also