Data Property

Glimpse API

TabResult Data Property Glimpse API Documentation
Gets or sets the data.

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

Syntax

public Object Data { get; set; }
public Object Data { get; set; }

Field Value

The data.
Remarks

The Data property will be serialized by the Glimpse runtime, as such, objects stored in Data should be serializable.
See Also