BaseInfoGeneralizedInfoWrapperTryGetProperty Method (String, Object, Boolean) |
Returns value of property.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public 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