AssemblyLinkerTask.

Company Property

Summary

Specifies a string for the Company field in the assembly.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
AssemblyLinkerTask

Syntax

[TaskAttribute("company", Required = false)]
public string Company { get; set; }

Remarks

If NAnt.DotNet.Tasks.AssemblyLinkerTask.Company is an empty string (""), the Win32 Company resource appears as a single space.

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string A string for the Company field in the assembly.