NAntDocumenterConfig.

ProductUrl Property

Summary

Gets or sets the URL of product website.

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
DefaultValueAttribute

Value

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