Gets the service provider which can be used to retrieve application services.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
protected IServiceProvider ServiceProvider { get; }
Visual Basic
Protected ReadOnly Property ServiceProvider As IServiceProvider
	Get

Remarks

The IServiceProvider can be used to gain access to other application services that might be needed in this screen pop implementation.

See Also