BaseInfo TryGetProperty Method (String, Object )Kentico 8.1 API Reference
Returns value of property.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

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 or at least property exists)
See Also