# 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/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting.Azure/AzureBicepResource.cs#L556)

The path to the bicep file.

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