Parameters Property

Glimpse API

IResourceContext Parameters Property Glimpse API Documentation
Gets the parameters that the resource has declared.

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

Syntax

IDictionary<string, string> Parameters { get; }
IDictionary<string, string> Parameters { get; }

Field Value

The parameters.
See Also