InlineUserControlGetValueReturnType Method (String, ReturnType) |
Returns the value of the given property.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax public virtual ReturnType GetValue<ReturnType>(
string propertyName,
ReturnType defaultValue
)
Parameters
- propertyName
- Type: SystemString
Property name - defaultValue
- Type: ReturnType
Default value
Type Parameters
- ReturnType
Return Value
Type:
ReturnTypeSee Also