Gets or sets the categories to include.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property IncludeCategory As String |
| C# |
|---|
| public string IncludeCategory { get; set; } |
| C++ |
|---|
| public property string IncludeCategory sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_IncludeCategory(); /** property */ public void set_IncludeCategory(string value); |
| JScript |
|---|
| public function get IncludeCategory() : String public function set IncludeCategory(value : String); |
Remarks
Multiple values must be separated by a comma ","
See Also
Documentation version 1.0.0.0.