Click or drag to resize
AbstractHierarchicalObjectTObjectTryGetProperty Method (String, Object, Boolean)
Returns value of property.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public virtual 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: Boolean
Returns true if the operation was successful (the value was present)

Implements

IVirtualHierarchicalObjectTryGetProperty(String, Object, Boolean)
See Also