Click or drag to resize

JobInfoFeatures 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.2.0.814
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