Click or drag to resize
AbstractHierarchicalObject<TObject>.TryGetProperty Method (String, Object)
Gets the context property.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public virtual bool TryGetProperty(
	string name,
	out Object value
)

Parameters

name
Type: System.String
Property name
value
Type: System.Object
Returning the value

Return Value

Type: Boolean

Implements

IHierarchicalObject.TryGetProperty(String, Object)
See Also