|
JobOptionsSystemStateOptions Property |
This value represents the system state options for full server jobs.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic SystemStateOptions SystemStateOptions { get; set; }
Public Property SystemStateOptions As SystemStateOptions
Get
Set
public:
property SystemStateOptions^ SystemStateOptions {
SystemStateOptions^ get ();
void set (SystemStateOptions^ value);
}
function get_SystemStateOptions();
function set_SystemStateOptions(value);
Property Value
Type:
SystemStateOptions
The system state options.
See Also