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


In This Topic
    Options Property (ServiceControlTask)
    In This Topic
    Additional options for the task
    Syntax
    'Declaration
     
    
    Public Property Options As ServiceControlOptions
    public ServiceControlOptions Options {get; set;}
    public:
    property ServiceControlOptions Options {
       ServiceControlOptions get();
       void set (    ServiceControlOptions value);
    }
    See Also