 | EngineControlStatusModelCanPauseTarget Property |
Gets or sets a value indicating whether the target can be paused for the engine connection represented by this instance.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.23.0 (0.5.23.0)
Syntaxpublic bool CanPauseTarget { get; set; }
Public Property CanPauseTarget As Boolean
Get
Set
public:
property bool CanPauseTarget {
bool get ();
void set (bool value);
}
member CanPauseTarget : bool with get, set
Property Value
Type:
Boolean
See Also