NAnt SDK Documentation - v0.85-nightly-2005-11-09

AssemblyLinkerTask.Win32Icon Property

[This is preliminary documentation and subject to change.]

Icon to associate with the assembly.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="win32icon", ExpandProperties:=True, ProcessXml:=True)>
Public Property Win32Icon As FileInfo
[C#]
[TaskAttribute(Required=False, Name="win32icon", ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo Win32Icon {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Win32Icon

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace