adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IFoundFileInfo Interface / Attributes Property


In This Topic
    Attributes Property
    In This Topic
    The file attributes of the file.
    Syntax
    'Declaration
     
    
    ReadOnly Property Attributes As FileAttributes
    FileAttributes Attributes {get;}
    property FileAttributes Attributes {
       FileAttributes get();
    }
    See Also