ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Constants Class / vbArchive Field

In This Topic
    vbArchive Field
    In This Topic
    Specifies the archive file attribute. This attribute indicates that the file has been modified since it was last backed up. It is used by backup programs to mark files for backup.
    Syntax
    'Declaration
     
    Public Const vbArchive As FileAttribute
    public const FileAttribute vbArchive
    See Also