|
ClusterOptionsDependOnResources Property |
This value is the dependent resources.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic IEnumerable<string> DependOnResources { get; set; }
Public Property DependOnResources As IEnumerable(Of String)
Get
Set
public:
property IEnumerable<String^>^ DependOnResources {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
function get_DependOnResources();
function set_DependOnResources(value);
Property Value
Type:
IEnumerableString
The list of resources to depend on.
See Also