Click or drag to resize
InfoObjectRepository<TCollection, TObject, TSettings>.GetProperty Method
Gets the property value.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual Object GetProperty(
	string columnName
)

Parameters

columnName
Type: System.String
Column name

Return Value

Type: Object

Implements

IHierarchicalObject.GetProperty(String)
See Also