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