Click or drag to resize
UserInfoHasAutomaticProperty Method
Returns true if the given column provides an automatic property to access it's binding.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
protected override bool HasAutomaticProperty(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Boolean
See Also