 | ActionInputFlatModelActions 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)
Syntaxpublic IEnumerable<MonitorActionFlatModel> Actions { get; set; }
Public Property Actions As IEnumerable(Of MonitorActionFlatModel)
Get
Set
public:
property IEnumerable<MonitorActionFlatModel^>^ Actions {
IEnumerable<MonitorActionFlatModel^>^ get ();
void set (IEnumerable<MonitorActionFlatModel^>^ value);
}
member Actions : IEnumerable<MonitorActionFlatModel> with get, set
Property Value
Type:
IEnumerableMonitorActionFlatModelThe enumerable collection of actions.
See Also