# IValueWithReferences Properties

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [IValueWithReferences](/reference/api/csharp/aspire.hosting/ivaluewithreferences.md)
- Kind: `Properties`
- Members: `1`

An interface that allows the value to list its references.

## References

- Name: `References`
- Modifiers: `abstract` `get`
- Returns: `IEnumerable<object>`

The referenced objects of the value.

```csharp
public abstract IEnumerable<object> References { get; }
```
