Summary
Gets or sets the URL of product website.
- Assembly
- NDoc
.Documenter .NAnt .dll - Namespace
- NDoc
.Documenter .NAnt - Containing Type
- NAntDocumenterConfig
Syntax
[Category("Output")]
[Description("The URL of the website of the product for which documentation should be generated.")]
[DefaultValue("")]
public string ProductUrl { get; set; }
Attributes
Type | Description |
---|---|
CategoryAttribute | |
DescriptionAttribute | |
Default |
Value
Type | Description |
---|---|
string | The URL of the website of the product for which documentation should be generated. |