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

ServiceControllerTask.ServiceName Property

[This is preliminary documentation and subject to change.]

The name of the service that should be controlled.

[Visual Basic]
<TaskAttribute(Name:="service", Required:=True, ExpandProperties:=True, ProcessXml:=True), _  StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property ServiceName As String
[C#]
[TaskAttribute(Name="service", Required=True, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public string ServiceName {get; set;}

Remarks

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

See Also

ServiceControllerTask Class | NAnt.MSNet.Tasks Namespace