Skip to content
Docs Try Aspire

IInteractionService Properties

Interface Properties 1 member
A service to interact with the current development environment.
IsAvailable Section titled IsAvailable abstract 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.
public abstract bool IsAvailable { get; }