Gets or sets the documenter.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Required> Public Property Documenter As String |
| C# |
|---|
| [Required] public string Documenter { get; set; } |
| C++ |
|---|
| [Required] public property string Documenter sealed { String get(); void set(String value); } |
| J# |
|---|
| /** @attribute Required() */ /** property */ public string get_Documenter(); /** property */ public void set_Documenter(string value); |
| JScript |
|---|
| public function get Documenter() : String public function set Documenter(value : String); |
Property Value
The documenter.
Remarks
Available documenters are VS.NET_2003, JavaDoc, LaTeX, LinearHtml, MSDN, XML.
See Also
Documentation version 1.0.0.0.