NAntDocumenterConfig.

ProductVersion Property

Summary

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

Syntax

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

Attributes

Type Description
CategoryAttribute
DescriptionAttribute
DefaultValueAttribute

Value

Type Description
string The version of the product for which documentation should be generated.