NAntDocumenterConfig.

SdkLinksOnWeb Property

Summary

Gets or sets a value indicating whether .NET Framework SDK links should point to the online MSDN library.

Syntax

[Category("Documentation Main Settings")]
[Description("Turning this flag on will point all SDK links to the online MSDN library")]
[DefaultValue(false)]
public bool SdkLinksOnWeb { get; set; }

Attributes

Type Description
CategoryAttribute
DescriptionAttribute
DefaultValueAttribute

Value

Type Description
bool