Click or drag to resize
WebPartInstanceItem Property
Gets or sets the value of the property.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public Object this[
	string propertyName
] { get; set; }

Parameters

propertyName
Type: SystemString
Property name

Property Value

Type: Object

Implements

ISimpleDataContainerItemString
See Also