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


In This Topic
    Length Property
    In This Topic
    The size of the file, in bytes
    Syntax
    'Declaration
     
    
    ReadOnly Property Length As Long
    long Length {get;}
    property int64 Length {
       int64 get();
    }
    See Also