ReturnValue Property

Glimpse API

IAlternateMethodContext ReturnValue Property Glimpse API Documentation
Gets or sets the return value of the method.

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

Syntax

Object ReturnValue { get; set; }
Object ReturnValue { get; set; }

Field Value

The return value.
See Also