# AgentCoreLocalOptions Properties

- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Type: [AgentCoreLocalOptions](/reference/api/csharp/aspire.hosting.aws/agentcorelocaloptions.md)
- Kind: `Properties`
- Members: `4`

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

<a id="chatappport"></a>

## ChatAppPort

- Name: `ChatAppPort`
- Modifiers: `nullable` `get; set`
- Returns: `int?`

```csharp
public int? ChatAppPort { get; set; }
```

<a id="includeemulatorlogs"></a>

## IncludeEmulatorLogs

- Name: `IncludeEmulatorLogs`
- Modifiers: `get; set`
- Returns: `bool`

```csharp
public bool IncludeEmulatorLogs { get; set; }
```

<a id="memoryemulatorport"></a>

## MemoryEmulatorPort

- Name: `MemoryEmulatorPort`
- Modifiers: `nullable` `get; set`
- Returns: `int?`

```csharp
public int? MemoryEmulatorPort { get; set; }
```

<a id="runtimeemulatorport"></a>

## RuntimeEmulatorPort

- Name: `RuntimeEmulatorPort`
- Modifiers: `nullable` `get; set`
- Returns: `int?`

```csharp
public int? RuntimeEmulatorPort { get; set; }
```
