|
ActivityStatusEntryDuration Property
|
Namespace:
DoubleTake.Common.TasksAssembly:
DoubleTake.PowerShell.Common (in DoubleTake.PowerShell.Common.dll) Version: 8.2.0.814
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
See Also