 | ConnectionParametersModelDependOnResources Property |
Gets or sets the names of resources to depend on (overrides default storage resource, network name resource dependencies).
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic string[] DependOnResources { get; set; }
Public Property DependOnResources As String()
Get
Set
public:
property array<String^>^ DependOnResources {
array<String^>^ get ();
void set (array<String^>^ value);
}
member DependOnResources : string[] with get, set
Property Value
Type:
String
The list of resources to depend on.
See Also