Click or drag to resize
ActionResultFlatModelActionResults 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: IEnumerableActionResultFlatModel
The action results.
See Also