# AzureSignalREmulatorResource Properties

- Package: [Aspire.Hosting.Azure.SignalR](/reference/api/csharp/aspire.hosting.azure.signalr.md)
- Type: [AzureSignalREmulatorResource](/reference/api/csharp/aspire.hosting.azure.signalr/azuresignalremulatorresource.md)
- Kind: `Properties`
- Members: `1`

Wraps an [AzureSignalRResource](/reference/api/csharp/aspire.hosting.azure.signalr/azuresignalrresource.md) in a type that exposes container extension methods.

## Annotations

- Name: `Annotations`
- Modifiers: `override` `get`
- Returns: `ResourceAnnotationCollection`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Azure.SignalR/AzureSignalREmulatorResource.cs#L17)

```csharp
public override ResourceAnnotationCollection Annotations { get; }
```
