Click or drag to resize
ClusterOptionsDependOnResources Property
This value is the dependent resources.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public IEnumerable<string> DependOnResources { get; set; }

Property Value

Type: IEnumerableString
The list of resources to depend on.
See Also