# PowerShellVariableReferenceAnnotation<T> Properties

- Package: [CommunityToolkit.Aspire.Hosting.PowerShell](/reference/api/csharp/communitytoolkit.aspire.hosting.powershell.md)
- Type: [PowerShellVariableReferenceAnnotation<T>](/reference/api/csharp/communitytoolkit.aspire.hosting.powershell/powershellvariablereferenceannotation-1.md)
- Kind: `Properties`
- Members: `2`

Represents a PowerShell variable reference annotation.

## Name

- Name: `Name`
- Modifiers: `get; init`
- Returns: `string`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.PowerShell/PowerShellRunspacePoolResourceBuilderExtensions.cs)

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

## Value

- Name: `Value`
- Modifiers: `get; init`
- Returns: `T`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.PowerShell/PowerShellRunspacePoolResourceBuilderExtensions.cs)

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