Click or drag to resize

TunnelInfoModelAliases Property

Gets or sets the aliases. Each machine has one or more addresses. This keep track of the names used to refer to this particular machine.

Namespace:  DoubleTake.Web.Models
Assembly:  DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.3.0.0 (8.3.0.0)
Syntax
public string[] Aliases { get; set; }

Property Value

Type: String
The aliases.
See Also