NAnt SDK Documentation - v0.85-nightly-2005-11-09

RegsvcsTask.Action Property

[This is preliminary documentation and subject to change.]

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

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

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.RegsvcsTask.Action

See Also

RegsvcsTask Class | NAnt.DotNet.Tasks Namespace