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

ServiceControllerTask.MachineName Property

[This is preliminary documentation and subject to change.]

The name of the computer on which the service resides. The default is the local computer.

[Visual Basic]
<TaskAttribute(Name:="machine", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property MachineName As String
[C#]
[TaskAttribute(Name="machine", Required=False, ExpandProperties=True, ProcessXml=True)]
public string MachineName {get; set;}

Remarks

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

See Also

ServiceControllerTask Class | NAnt.MSNet.Tasks Namespace