Click or drag to resize

CompositeActionInputModelActions Property

Gets or sets the enumerable collection of actions.

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

Property Value

Type: IEnumerableMonitorActionModel
The enumerable collection of actions.
See Also