This property is used to specify an output file name that the template output will be saved to.

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

Syntax

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

Property Value

Type: String

See Also