Gets or sets the assembly product.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property AssemblyProduct As String |
| C# |
|---|
| public string AssemblyProduct { get; set; } |
| C++ |
|---|
| public property string AssemblyProduct sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_AssemblyProduct(); /** property */ public void set_AssemblyProduct(string value); |
| JScript |
|---|
| public function get AssemblyProduct() : String public function set AssemblyProduct(value : String); |
Property Value
The assembly product.
See Also
Documentation version 1.0.0.0.