# NetworkIdentifier Properties

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [NetworkIdentifier](/reference/api/csharp/aspire.hosting/networkidentifier.md)
- Kind: `Properties`
- Members: `1`

A network identifier used to specify the network context for resources within an Aspire application model.

## Value

- Name: `Value`
- Modifiers: `get; init`
- Returns: `string`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/a3766e994fd2cba86c8ac60b8a80268cab7e6383/src/Aspire.Hosting/ApplicationModel/Network.cs)

```csharp
public string Value { get; init; }
```
