# Index Property
Gets the zero-based index of the pooled item.
## Definition
**Namespace:** CapyKit
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2
**C#**
``` C#
public int Index { get; }
```
**F#**
``` F#
member Index : int with get
```
#### Property Value
Int32
The index.
## See Also
#### Reference
PoolItem(T) Class
CapyKit Namespace