ItemType.Size Property

Definition

The Size property gets or sets an integer value that represents the size in bytes of an item.

public:
 property int Size { int get(); void set(int value); };
public int Size { get; set; }
Public Property Size As Integer

Property Value

The Size property returns an integer value that represents the size in bytes of the item.

Applies to