Namespace:
MSBuild.Community.Tasks.Xml
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ItemSpec As String _ Implements ITaskItem.ItemSpec |
| C# |
|---|
| public string ItemSpec { get; set; } |
| C++ |
|---|
| public property string ItemSpec sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_ItemSpec(); /** property */ public void set_ItemSpec(string value); |
| JScript |
|---|
| public function get ItemSpec() : String public function set ItemSpec(value : String); |
Implements
ITaskItem.ItemSpec
See Also
Documentation version 1.0.0.0.