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.3.0.0 (8.3.0.0)
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