XmlDocumentation Property

MSBuild

Gets or sets the flag to indicate whether to merge XML documentation files into one for the target assembly.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property XmlDocumentation As Boolean
C#
public bool XmlDocumentation { get; set; }
C++
public property bool XmlDocumentation sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_XmlDocumentation();

/** property */
public void set_XmlDocumentation(bool value);
JScript
public function get XmlDocumentation() : bool

public function set XmlDocumentation(value : bool);

Remarks

Corresponds to command line option "/xmldocs".

The default value is false.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.