Click or drag to resize
JobInfoPrivateModelFeatures Property
Gets or sets a service endpoint that provides additional features for a job.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public FeatureModel[] Features { get; set; }

Property Value

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