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


In This Topic
    ControlType Property (ServiceControlTask)
    In This Topic
    The type of action to perform on the service
    Syntax
    'Declaration
     
    
    Public Property ControlType As ServiceControlType
    public ServiceControlType ControlType {get; set;}
    public:
    property ServiceControlType ControlType {
       ServiceControlType get();
       void set (    ServiceControlType value);
    }
    See Also