Message Property

Glimpse API

StatusCodeResourceResult Message Property Glimpse API Documentation
Gets or sets the message to return to the client.

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

Syntax

public string Message { get; set; }
public string Message { get; set; }

Field Value

The message the message to return to the client.
See Also