 | VerifyScheduleModelOptions Property |
Gets or sets a value indicating whether or not to synchronize the data while creating the verification report.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.23.0 (0.5.23.0)
Syntaxpublic MirrorOperationOptions Options { get; set; }
Public Property Options As MirrorOperationOptions
Get
Set
public:
property MirrorOperationOptions Options {
MirrorOperationOptions get ();
void set (MirrorOperationOptions value);
}
member Options : MirrorOperationOptions with get, set
Property Value
Type:
MirrorOperationOptions
See Also