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