# BicepTemplateFile Properties

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

Represents a bicep template file.

## Path

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

The path to the bicep file.

```csharp
public string Path { get; }
```
