BasicProperties.Size Property

Definition

Gets the size of the file in bytes.

public:
 property unsigned long long Size { unsigned long long get(); };
uint64_t Size();
public ulong Size { get; }
var uInt64 = basicProperties.size;
Public ReadOnly Property Size As ULong

Property Value

UInt64

unsigned long long

uint64_t

The size of the file in bytes.

Applies to