adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CapturedFile Class / FileSize Property


In This Topic
    FileSize Property
    In This Topic
    The size of the file
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FileSize As Long
    public long FileSize {get;}
    public:
    property int64 FileSize {
       int64 get();
    }
    See Also