DiscoveryLocation Property

Glimpse API

ReflectionDiscoverableCollection T  DiscoveryLocation Property Glimpse API Documentation
Gets or sets the file path to the discovery location.

Namespace: Glimpse.Core.Framework
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 discovery location.

Implements

IDiscoverableCollection T  DiscoveryLocation
Exceptions

ExceptionCondition
OnlineSystem.IO DirectoryNotFoundExceptionThrows an exception if the directory does not exist.
See Also