Gets or sets the default value for when the key is not found.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public string DefaultValue { get; set; }
Visual Basic
Public Property DefaultValue As String
	Get
	Set

Property Value

Type: String
The default value.

See Also