 | CompositeActionInputModelActions 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<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