Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorageObject.Size

TElOneDriveDataStorageObject     See also     


Filter: C#  VB.NET  Pascal  C++  


The size of the object in bytes.

Declaration

[C#]
    long Size;

[VB.NET]
    Property Size As Long

[Pascal]
    property Size: Int64;

[C++]
    virtual int64_t get_Size();

Description

    Use this property to get the size of the object in bytes.

See also:     Link    

Discuss this help topic in SecureBlackbox Forum