 | JobStatusModelActions Property |
Gets or sets a list of actions recently associated with this job.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.0)
Syntaxpublic JobActionModel[] Actions { get; set; }
Public Property Actions As JobActionModel()
Get
Set
public:
property array<JobActionModel^>^ Actions {
array<JobActionModel^>^ get ();
void set (array<JobActionModel^>^ value);
}
member Actions : JobActionModel[] with get, set
Property Value
Type:
JobActionModel
See Also