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

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public virtual 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