NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
AssemblyLinkerTask.Company Property
[This is preliminary documentation and subject to change.]
Specifies a string for the Company field in the assembly.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="company", ExpandProperties:=True, ProcessXml:=True)>
Public Property Company As
String
[C#]
[TaskAttribute(Required=False, Name="company", ExpandProperties=True, ProcessXml=True)]
public
string Company {get; set;}
Property Value
A string for the Company field in the assembly.
Remarks
If Company is an empty string (""), the Win32 Company resource appears as a single space.
See Also
AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace