adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ServiceControlTask Class / ServiceName Property


In This Topic
    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);
    }
    Remarks
    This must be the name of the service, not the display name
    See Also