Click or drag to resize
AbstractHierarchicalObjectTObjectHasSetter Method
Returns true if given property has a setter

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public bool HasSetter(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Boolean
See Also