Click or drag to resize
FormEngineUserControlGetValue Method (String)
Returns the value of the given property.

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

Parameters

propertyName
Type: SystemString
Property name

Return Value

Type: Object

Implements

ISimpleDataContainerGetValue(String)
See Also