Name Property

Glimpse API

IResource Name Property Glimpse API Documentation
Gets the name of the resource.

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

Syntax

string Name { get; }
string Name { get; }

Field Value

The name.
Remarks

Resource name's should be unique across a given web application. If multiple IResource implementations contain the same name, Glimpse may throw an exception resulting in an Http 500 Server Error.
See Also