# 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/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting/ApplicationModel/DistributedApplicationModel.cs#L28)

Gets the collection of resources associated with the distributed application.

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