NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
RegsvcsTask.ExistingTypeLibrary Property
[This is preliminary documentation and subject to change.]
Uses an existing type library. The default is false.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="existingtlb", ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property ExistingTypeLibrary As
Boolean
[C#]
[TaskAttribute(Required=False, Name="existingtlb", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public
bool ExistingTypeLibrary {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.DotNet.Tasks.RegsvcsTask.ExistingTypeLibrary
See Also
RegsvcsTask Class | NAnt.DotNet.Tasks Namespace