# ResourceSnapshotAnnotation Properties

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

An annotation that represents the initial snapshot of a resource.

## InitialSnapshot

- Name: `InitialSnapshot`
- Modifiers: `get`
- Returns: [CustomResourceSnapshot](/reference/api/csharp/aspire.hosting/customresourcesnapshot.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting/ApplicationModel/ResourceSnapshotAnnotation.cs#L14)

The initial snapshot of the resource.

```csharp
public CustomResourceSnapshot InitialSnapshot { get; }
```
