NAnt SDK Documentation - v0.92

VjcTask.Codepage Property

Specifies the code page to use for all source code files in the compilation.

[Visual Basic]
<TaskAttribute(Name:="codepage", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Codepage As String
[C#]
[TaskAttribute(Name="codepage", Required=False, ExpandProperties=True, ProcessXml=True)]
public string Codepage {get; set;}

Remarks

Corresponds with the /codepage flag.

See the Visual J# Reference for details.

See Also

VjcTask Class | NAnt.DotNet.Tasks Namespace