Click or drag to resize
AbstractHierarchicalObjectTObjectGetProperty Method
Gets the context property.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntax
C#
public virtual Object GetProperty(
	string name
)

Parameters

name
Type: SystemString
Property name

Return Value

Type: Object

Implements

IHierarchicalObjectGetProperty(String)
See Also