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

CscTask.SupportsDocGeneration Property

[This is preliminary documentation and subject to change.]

Specifies whether the compiler for the active target framework supports generation of XML Documentation file. The default is true.

[Visual Basic]
<FrameworkConfigurable(Name:="supportsdocgeneration", Required:=False, ExpandProperties:=True)>
Public Property SupportsDocGeneration As Boolean
[C#]
[FrameworkConfigurable(Name="supportsdocgeneration", Required=False, ExpandProperties=True)]
public bool SupportsDocGeneration {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.CscTask.SupportsDocGeneration

See Also

CscTask Class | NAnt.DotNet.Tasks Namespace