|
JobInfoFeatures Property
|
This value represents a service endpoint that provides additional features for a job.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic Feature[] Features { get; set; }
Public Property Features As Feature()
Get
Set
public:
property array<Feature^>^ Features {
array<Feature^>^ get ();
void set (array<Feature^>^ value);
}
function get_Features();
function set_Features(value);
Property Value
Type:
Feature
An array of
Feature that includes the additional features supported by this job.
See Also