# PublishingOptions Fields

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [PublishingOptions](/reference/api/csharp/aspire.hosting/publishingoptions.md)
- Kind: `Fields`
- Members: `1`

Represents the options for publishing an application.

## Publishing

- Name: `Publishing`
- Modifiers: `static` `const`
- Returns: `string`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting/Publishing/PublishingOptions.cs)

The name of the publishing configuration section in the appsettings.json file.

```csharp
public const static string Publishing
```
