 | VirtualizationConnectionInfoModelProcessHardlinks Property |
Gets or sets a value indicating whether Double-Take should process hardlinks.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
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