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