adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectChangeLog Class / IsAutoExport Property


In This Topic
    IsAutoExport Property
    In This Topic
    Indicates whether this record represents an automatic export.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAutoExport As Boolean
    public bool IsAutoExport {get;}
    public:
    property bool IsAutoExport {
       bool get();
    }
    Remarks
    Automatic exports can be automatically created daily as a backup if so configured
    See Also