UIContextTryGetProperty Method (String, Object, Boolean) |
Returns value of property.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax public override bool TryGetProperty(
string columnName,
out Object value,
bool notNull
)
Parameters
- columnName
- Type: SystemString
Column name - value
- Type: SystemObject
Returns the value - notNull
- Type: SystemBoolean
If true, the property attempts to return non-null values, at least it returns the empty object of the correct type
Return Value
Type:
BooleanReturns true if the operation was successful (the value was present)
Implements
IVirtualHierarchicalObjectTryGetProperty(String, Object, Boolean)See Also