Resources Property

Glimpse API

GlimpseMetadata Resources Property Glimpse API Documentation
Gets or sets the collection resources keys and their corresponding Uri templates.

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

Syntax

public IDictionary<string, string> Resources { get; set; }
public IDictionary<string, string> Resources { get; set; }

Field Value

The resources keys and Uri templates.
See Also