NAnt SDK Documentation - v0.85-nightly-2005-11-09

VjcTask.DebugOutput Property

[This is preliminary documentation and subject to change.]

Specifies the type of debugging information generated by the compiler. The default is None.

[Visual Basic]
<TaskAttribute(Name:="debug", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property DebugOutput As DebugOutput
[C#]
[TaskAttribute(Name="debug", Required=False, ExpandProperties=True, ProcessXml=True)]
public NAnt.DotNet.Types.DebugOutput DebugOutput {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.VjcTask.DebugOutput

See Also

VjcTask Class | NAnt.DotNet.Tasks Namespace