Name Property

Glimpse API

ResourceParameterMetadata Name Property Glimpse API Documentation
Gets or sets the name of the parameter.

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

Syntax

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

Field Value

The name.
Remarks

Names will typically become Html form fields or Uri query string parameter keys.
See Also