adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileServiceProvider Class / Enabled Property


In This Topic
    Enabled Property (FileServiceProvider)
    In This Topic
    Determines whether this provider is enabled
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    public:
    property bool Enabled {
       bool get();
       void set (    bool value);
    }
    Remarks
    If the provider is disabled, jobs that use it will fail.
    See Also