 | JobInfoPrivateModelFeatures Property |
Gets or sets a service endpoint that provides additional features for a job.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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