ServiceName Property (ServiceControlTask)
In This Topic
The name of the service to control
Syntax
'Declaration
Public Property ServiceName As String
public string ServiceName {get; set;}
public:
property String^ ServiceName {
String^ get();
void set ( String^ value);
}
See Also