Name Property

Glimpse API

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

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

Syntax

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

Field Value

The name.

Implements

IResource 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