 | EngineControlStatusModelCanStartMirror Property |
Gets or sets a value indicating whether mirroring can be started on 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 CanStartMirror { get; set; }Public Property CanStartMirror As Boolean
Get
Set
public:
property bool CanStartMirror {
bool get ();
void set (bool value);
}member CanStartMirror : bool with get, set
Property Value
Type:
Boolean
See Also