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


In This Topic
    IsAutoExport Property
    In This Topic
    Indicates whether this was an automatically-created export.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property IsAutoExport As Boolean
    [CanBeNull()]
    public bool IsAutoExport {get;}
    [CanBeNull()]
    public:
    property bool IsAutoExport {
       bool get();
    }
    Remarks

    IsAutoExport is True if this snapshot was created as an automatic daily snapshot.

    See Also