This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets or sets the default value that will be returned when the execution would otherwise return an empty string.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
[(Name = "Default", Options = .RawData)]
public virtual string DefaultValue { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "Default", Options := .RawData)> _
Public Overridable Property DefaultValue As 
	Get
	Set

See Also

Module Class
Smartsite.Core Namespace
Advanced