NAnt SDK Documentation - v0.92 |
|
AssemblyLinkerTask.Description Property
Specifies a string for the Description field in the assembly.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="description", ExpandProperties:=True, ProcessXml:=True)>
Public Property Description As
String
[C#]
[TaskAttribute(Required=False, Name="description", ExpandProperties=True, ProcessXml=True)]
public
string Description {get; set;}
Property Value
A string for the Description field in the assembly.
Remarks
If Description is an empty string (""), the Win32 Description resource appears as a single space.
See Also
AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace