GlimpseConfiguration FrameworkProvider Property | Glimpse API Documentation |
Gets or sets the IFrameworkProvider.
Namespace: Glimpse.Core.FrameworkAssembly: 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 FrameworkProviderExceptions
Exception | Condition |
---|---|
System ArgumentNullException | An exception is thrown if the value is set to null. |
See Also