Click or drag to resize
ActionResultFlatModel.ActionResults Property
Gets or sets the action results.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public IEnumerable<ActionResultFlatModel> ActionResults { get; set; }

Property Value

Type: IEnumerable<ActionResultFlatModel>
The action results.
See Also