# DistributedApplicationModel Properties

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

Represents a distributed application.

## Resources

- Name: `Resources`
- Modifiers: `get`
- Returns: [IResourceCollection](/reference/api/csharp/aspire.hosting/iresourcecollection.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/a3766e994fd2cba86c8ac60b8a80268cab7e6383/src/Aspire.Hosting/ApplicationModel/DistributedApplicationModel.cs#L28)

Gets the collection of resources associated with the distributed application.

```csharp
public IResourceCollection Resources { get; }
```
