Click or drag to resize
InlineUserControlHasValue Method
Returns true if the value of the given property is set.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public virtual bool HasValue(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name

Return Value

Type: Boolean
See Also