Click or drag to resize
FormControlMacroContainerTryGetProperty Method (String, Object)
Gets the context property.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public override bool TryGetProperty(
	string name,
	out Object value
)

Parameters

name
Type: SystemString
Property name
value
Type: SystemObject
Returning the value

Return Value

Type: Boolean

Implements

IHierarchicalObjectTryGetProperty(String, Object)
See Also