FrameworkProvider Property

Glimpse API

GlimpseConfiguration FrameworkProvider Property Glimpse API Documentation
Gets or sets the IFrameworkProvider.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public IFrameworkProvider FrameworkProvider { get; set; }
public IFrameworkProvider FrameworkProvider { get; set; }

Field Value

The configured IFrameworkProvider.

Implements

IGlimpseConfiguration FrameworkProvider
Exceptions

ExceptionCondition
OnlineSystem ArgumentNullExceptionAn exception is thrown if the value is set to null.
See Also