 | VirtualizationConnectionInfoModelProcessHardlinks Property |
Gets or sets a value indicating whether Double-Take should process hardlinks.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic bool ProcessHardlinks { get; set; }
Public Property ProcessHardlinks As Boolean
Get
Set
public:
property bool ProcessHardlinks {
bool get ();
void set (bool value);
}
member ProcessHardlinks : bool with get, set
Property Value
Type:
Booleantrue if Double-Take should process hardlinks; otherwise,
false.
See Also