|
JobOptionsUnmanagedConnectionOptions Property |
This value represents the options for unmanaged connections which are connections that are not associated with a known job. These connections were created in a client outside of the job manager.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic UnmanagedConnectionOptions UnmanagedConnectionOptions { get; set; }
Public Property UnmanagedConnectionOptions As UnmanagedConnectionOptions
Get
Set
public:
property UnmanagedConnectionOptions^ UnmanagedConnectionOptions {
UnmanagedConnectionOptions^ get ();
void set (UnmanagedConnectionOptions^ value);
}
function get_UnmanagedConnectionOptions();
function set_UnmanagedConnectionOptions(value);
Property Value
Type:
UnmanagedConnectionOptions
The options for jobs that use an unmanaged connection.
See Also