NAnt SDK Documentation - v0.92

AssemblyLinkerTask.Copyright Property

Specifies a string for the Copyright field in the assembly.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="copyright", ExpandProperties:=True, ProcessXml:=True)>
Public Property Copyright As String
[C#]
[TaskAttribute(Required=False, Name="copyright", ExpandProperties=True, ProcessXml=True)]
public string Copyright {get; set;}

Property Value

A string for the Copyright field in the assembly.

Remarks

If Copyright is an empty string (""), the Win32 Copyright resource appears as a single space.

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace