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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual bool HasValue(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name

Return Value

Type: Boolean
See Also