# PooledResource&lt;T&gt; Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.common.pooledresource-1/)

## Pool {#pool-84576151}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.common.pooledresource-1/properties/pool-84576151/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Common/PooledCache/IObjectPool.cs#L42)

```csharp
public IObjectPool<T> Pool
```

Gets the pool to return this resource to upon disposal. A pool must set this property upon resource allocation.
