IHierarchicalObject TryGetProperty Method Kentico 8.0 API Reference
Returns property with given name (either object or property value).

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

columnName
Type: OnlineSystem String
Column name
value
Type: OnlineSystem Object 
Returns the value

Return Value

Type: OnlineBoolean
Returns true if the operation was successful (the value was present)
See Also