# 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/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.SignalR/AzureSignalREmulatorResource.cs#L17)

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