NAnt SDK Documentation - v0.92 |
|
AssemblyLinkerTask.Product Property
Specifies a string for the Product field in the assembly.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="product", ExpandProperties:=True, ProcessXml:=True)>
Public Property Product As
String
[C#]
[TaskAttribute(Required=False, Name="product", ExpandProperties=True, ProcessXml=True)]
public
string Product {get; set;}
Property Value
A string for the Product field in the assembly.
See Also
AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace