 | ActionInputFlatModelActions Property |
Gets or sets the enumerable collection of actions.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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