 | 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)
Syntaxpublic FeatureModel[] Features { get; set; }
Public Property Features As FeatureModel()
Get
Set
public:
property array<FeatureModel^>^ Features {
array<FeatureModel^>^ get ();
void set (array<FeatureModel^>^ value);
}
member Features : FeatureModel[] with get, set
Property Value
Type:
FeatureModel
An array of
Feature that includes the additional features supported by this job.
See Also