Gets or sets the assembly.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Required> Public Property Assemblies As String[] |
| C# |
|---|
| [Required] public string[] Assemblies { get; set; } |
| C++ |
|---|
| [Required] public property string[] Assemblies sealed { array<String>^ get(); void set(array<String>^ value); } |
| J# |
|---|
| /** @attribute Required() */ /** property */ public string[] get_Assemblies(); /** property */ public void set_Assemblies(string[] value); |
| JScript |
|---|
| public function get Assemblies() : String[] public function set Assemblies(value : String[]); |
Property Value
The assembly.
See Also
Documentation version 1.0.0.0.