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