Click or drag to resize
JobInfo. Features Property
This value represents a service endpoint that provides additional features for a job.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public Feature[] Features { get; set; }

Property Value

Type:Feature[]
An array of Feature that includes the additional features supported by this job.
See Also