|
JobActionDuration Property |
This value is the duration of the action.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic TimeSpan Duration { get; set; }
Public Property Duration As TimeSpan
Get
Set
public:
property TimeSpan Duration {
TimeSpan get ();
void set (TimeSpan value);
}
function get_Duration();
function set_Duration(value);
Property Value
Type:
TimeSpan
The duration of action.
See Also