Gets or sets the list of files to change attributes on.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Files As ITaskItem[] |
C# |
---|
public ITaskItem[] Files { get; set; } |
C++ |
---|
public property ITaskItem[] Files sealed { array<ITaskItem>^ get(); void set(array<ITaskItem>^ value); } |
J# |
---|
/** property */ public ITaskItem[] get_Files(); /** property */ public void set_Files(ITaskItem[] value); |
JScript |
---|
public function get Files() : ITaskItem[] public function set Files(value : ITaskItem[]); |
Property Value
The files to change attributes on.
See Also
Documentation version 1.0.0.0.