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; private set; }
Visual Basic
Protected Property ServiceProvider As IServiceProvider
	Get
	Private Set

Remarks

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

See Also