DiscoveryLocation Property

Glimpse API

DiscoverableCollectionElement DiscoveryLocation Property Glimpse API Documentation
Gets or sets the file path to the automatic discovery location or a particular Glimpse type. This property overrides the globally configured DiscoveryLocation in Section.

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

Syntax

public string DiscoveryLocation { get; set; }
public string DiscoveryLocation { get; set; }

Field Value

The absolute or relative file path to the automatic discovery location. Relative paths are rooted from AppDomain.CurrentDomain.BaseDirectory, or the equivalent shadow copy directory when appropriate.
See Also