Gets or sets a value indicating wheter documentation should be ignored even if available (Default is false).
Namespace: MSBuild.Community.Tasks.Schema
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property IgnoreDocumentation As Boolean |
C# |
---|
public bool IgnoreDocumentation { get; set; } |
C++ |
---|
public property bool IgnoreDocumentation sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_IgnoreDocumentation(); /** property */ public void set_IgnoreDocumentation(bool value); |
JScript |
---|
public function get IgnoreDocumentation() : bool public function set IgnoreDocumentation(value : bool); |
See Also
Documentation version 1.0.0.0.