NAnt SDK Documentation - v0.92

RegsvcsTask.Action Property

Defines the action to take with the assembly. The default is FindOrCreate.

[Visual Basic]
<TaskAttribute(Name:="action", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Action As ActionType
[C#]
[TaskAttribute(Name="action", Required=False, ExpandProperties=True, ProcessXml=True)]
public RegsvcsTask.ActionType Action {get; set;}

See Also

RegsvcsTask Class | NAnt.DotNet.Tasks Namespace