Tabs Property

Glimpse API

GlimpseMetadata Tabs Property Glimpse API Documentation
Gets or sets the collection of tab specific metadata.

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

Syntax

public IDictionary<string, TabMetadata> Tabs { get; set; }
public IDictionary<string, TabMetadata> Tabs { get; set; }

Field Value

The tab's metadata.
See Also