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;}
    Remarks
    If the provider is disabled, jobs that use it will fail.
    See Also