Csc.DocumentationFile Property

Definition

Gets or sets the XML file to hold the documentation comments.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ DocumentationFile { System::String ^ get(); void set(System::String ^ value); };
public string DocumentationFile { get; set; }
member this.DocumentationFile : string with get, set
Public Property DocumentationFile As String

Property Value

The XML file to hold the documentation comments.

Remarks

For more information, see /doc (C# Compiler Options).

Applies to