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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual bool TryGetProperty(
	string columnName,
	out Object value,
	bool notNull
)

Parameters

columnName
Type: System.String
Column name
value
Type: System.Object
Returns the value
notNull
Type: System.Boolean
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

IVirtualHierarchicalObject.TryGetProperty(String, Object, Boolean)
See Also