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

ServiceControllerTask.Action Property

[This is preliminary documentation and subject to change.]

The action that should be performed on the service.

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

Remarks

Missing <remarks> documentation for P:NAnt.MSNet.Tasks.ServiceControllerTask.Action

See Also

ServiceControllerTask Class | NAnt.MSNet.Tasks Namespace