_StorageItem.Size Property

Definition

Returns an Integer (int in C#) value indicating the size (in bytes) of the StorageItem. Read-only.

public:
 property int Size { int get(); };
public int Size { get; }
Public ReadOnly Property Size As Integer

Property Value

Remarks

The Size of a StorageItem that is newly created is zero (0) until you make an explicit call on the Save() method of the item.

Applies to