# AzureEventHubsEmulatorResource Properties

- Package: [Aspire.Hosting.Azure.EventHubs](/reference/api/csharp/aspire.hosting.azure.eventhubs.md)
- Type: [AzureEventHubsEmulatorResource](/reference/api/csharp/aspire.hosting.azure.eventhubs/azureeventhubsemulatorresource.md)
- Kind: `Properties`
- Members: `2`

Wraps an [AzureEventHubsResource](/reference/api/csharp/aspire.hosting.azure.eventhubs/azureeventhubsresource.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.EventHubs/AzureEventHubsEmulatorResource.cs#L27)

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

## Name

- Name: `Name`
- Modifiers: `override` `get`
- Returns: `string`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.EventHubs/AzureEventHubsEmulatorResource.cs#L24)

```csharp
public override string Name { get; }
```
