 | JobStatusModelActions Property |
Gets or sets a list of actions recently associated with this job.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.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