NAntDocumenterConfig.

ProductName Property

Summary

Gets or sets the name of the product for which documentation should be generated.

Syntax

[Category("Output")]
[Description("The name of the product for which documentation should be generated.")]
[DefaultValue("NAnt")]
public string ProductName { get; set; }

Attributes

Type Description
CategoryAttribute
DescriptionAttribute
DefaultValueAttribute

Value

Type Description
string The name of the product for which documentation should be generated. The default is "NAnt".