TlbExpTask.

NamesFile Property

Summary

Specifies the file used to determine capitalization of names in a type library.
Assembly
NAnt.Win32.dll
Namespace
NAnt.Win32.Tasks
Containing Type
TlbExpTask

Syntax

[TaskAttribute("names")]
public FileInfo NamesFile { get; set; }

Remarks

See the Microsoft.NET Framework SDK documentation for details.

Attributes

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

Value

Type Description
FileInfo The file used to determine capitalization of names in a type library.