Summary
Gets or sets the version of the product for which documentation
should be generated.
- Assembly
- NDoc
.Documenter .NAnt .dll - Namespace
- NDoc
.Documenter .NAnt - Containing Type
- NAntDocumenterConfig
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 | |
| Default |
Value
| Type | Description |
|---|---|
| string | The version of the product for which documentation should be generated. |
