# IInteractionService Properties

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

A service to interact with the current development environment.

## IsAvailable

- Name: `IsAvailable`
- Modifiers: `abstract` `get`
- Returns: `bool`

Gets a value indicating whether the interaction service is available. If `false`, this service is not available to interact with the user and service methods will throw an exception.

```csharp
public abstract bool IsAvailable { get; }
```
